1 repo
Utilities for generating code or schema definitions from existing database structures.
Distinguishing note: Focuses on reverse-engineering schema definitions from live databases, distinct from migration application.
Explore 1 awesome GitHub repository matching data & databases · Database Introspection Tools. Refine with filters or upvote what's useful.
Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.
This guide assumes familiarity with: - Get started with Drizzle and drizzle-kit - read here - Drizzle schema fundamentals - read here - Database connection basics - read here - Drizzle migrations fundamentals - read he