1 个仓库
Ability to write application logic that is compatible with multiple relational database engines.
Distinct from Multi-Model Databases: Candidates are too specific (SQLite only) or focus on data types rather than logic portability.
Explore 1 awesome GitHub repository matching data & databases · Cross-Engine Database Compatibility. Refine with filters or upvote what's useful.
Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly typed objects. It provides a relational database mapper for performing CRUD operations across MySQL, PostgreSQL, and SQLite, and includes a programmatic dynamic query builder for constructing complex SQL statements. The project distinguishes itself by providing a GraphQL schema generator that transforms database entities into typed schemas with built-in pagination and filters. It also features a dedicated database migration tool for defining and applying versioned schema chan
Enables application logic to run across PostgreSQL, MySQL, and SQLite without changing code.