dibrORM
dibrORM is an open-source object-relational mapper designed to simplify data access in modern applications. It provides a code-first approach that maps database tables to domain objects and supports pluggable database dialects to work with PostgreSQL, MySQL, SQLite, and SQL Server.
Key features include code-first modeling, automatic migrations, a fluent query API, lazy and eager loading of
Architecture: The core consists of a model metadata engine, a dialect-aware query translator, a migration subsystem,
Development and licensing: dibrORM is distributed under the MIT license and is maintained by a community-driven
Usage overview: developers define domain models, configure a database connection and dialect, and use the session