2 repository-uri
Generates database schemas and migrations from ORM configuration files, keeping auth tables in sync.
Distinct from Schema Generators: Distinct from Schema Generators: specifically generates schemas from ORM configurations (Drizzle) rather than from data models or configuration files.
Explore 2 awesome GitHub repositories matching data & databases · ORM. Refine with filters or upvote what's useful.
Clean and simple starter repo using the T3 Stack along with Expo React Native
Generates Drizzle-compatible database schemas and migrations from Better Auth configuration.
This project is a database version control system and schema evolution manager designed to track and apply incremental changes to database structures. It serves as a tool for versioning SQL database migrations using both programmatic PHP classes and SQL scripts. The system is designed specifically for integration with the Doctrine Object Relational Mapper for PHP, allowing database schemas to evolve incrementally without data loss through reversible migration steps. It covers capabilities for automated database migrations, environment synchronization, and schema versioning. These features fa
Designed to work specifically with the Doctrine ORM to generate and manage database schemas.