awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
permazen avatar

permazen/permazen

0
View on GitHub↗
424 stars·38 forks·HTML·Apache-2.0·7 viewspermazen.io↗

Permazen

Language-Natural Persistence Layer for Java

Features

  • ORM - Language-natural persistence layer.

Star history

Star history chart for permazen/permazenStar history chart for permazen/permazen

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Permazen

Similar open-source projects, ranked by how many features they share with Permazen.
  • baomidou/mybatis-plusbaomidou avatar

    baomidou/mybatis-plus

    17,391View on GitHub↗

    MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code. It provides a toolkit for automating common database operations, utilizing dynamic query wrappers and a system for automated CRUD generation. The project distinguishes itself through a code generation system that produces mapper, model, service, and controller layers based on database metadata. It also implements a security layer that prevents SQL injection through input sanitization and blocks dangerous global update or delete operations to prevent accidental data loss. The f

    Javamybatismybatis-plusmybatis-spring
    View on GitHub↗17,391
  • braisdom/objectivesqlbraisdom avatar

    braisdom/ObjectiveSql

    1,258View on GitHub↗

    Writing SQL using Java syntax

    Javaactiverecordjavajava-api
    View on GitHub↗1,258
  • domaframework/domadomaframework avatar

    domaframework/doma

    501View on GitHub↗

    DAO oriented database mapping framework for Java

    Java
    View on GitHub↗501
  • arnaudroger/simpleflatmapperarnaudroger avatar

    arnaudroger/SimpleFlatMapper

    457View on GitHub↗

    Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper

    Java
    View on GitHub↗457
See all 9 alternatives to Permazen→

Frequently asked questions

What does permazen/permazen do?

Language-Natural Persistence Layer for Java

What are the main features of permazen/permazen?

The main features of permazen/permazen are: ORM.

What are some open-source alternatives to permazen/permazen?

Open-source alternatives to permazen/permazen include: arnaudroger/simpleflatmapper — Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and… baomidou/mybatis-plus — MyBatis-Plus is a persistence framework extension for Java that simplifies data access by reducing boilerplate code.… braisdom/objectivesql — Writing SQL using Java syntax. domaframework/doma — DAO oriented database mapping framework for Java. jfinal/jfinal — JAVA WEB + ORM Framework. myacelw/mybatis-dynamic — Code-first ORM for Spring Boot. Zero XML, Auto DDL & Fluent Join API. Define your schema in Java and enjoy dynamic SQL…