awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesDatabase Introspection Tools

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 4 awesome GitHub repositories matching data & databases · Database Introspection Tools. Refine with filters or upvote what's useful.

Awesome Database Introspection Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • drizzle-team/drizzle-ormAvatar de drizzle-team

    drizzle-team/drizzle-orm

    34,835Ver en GitHub↗

    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

    TypeScriptormtypescriptsql
    Ver en GitHub↗34,835
  • coleifer/peeweeAvatar de coleifer

    coleifer/peewee

    11,971Ver en GitHub↗

    Peewee is a SQL object-relational mapper and query builder that provides an object-oriented interface for mapping application classes to relational database tables. It functions as a relational database toolkit for managing schemas, executing migrations, and handling complex table relationships. The project distinguishes itself by providing an asyncio database driver for non-blocking database operations, ensuring event loop responsiveness. It also supports semi-structured data storage, allowing the storage and querying of flexible JSON documents within traditional relational database systems.

    Performs low-level reflection to discover table structures and constraints across different platforms.

    Pythonasynciodankfastapi
    Ver en GitHub↗11,971
  • xo/dbtplAvatar de xo

    xo/dbtpl

    3,892Ver en GitHub↗

    dbtpl is a database model generator and schema introspector that produces type-safe source code and data models from SQL database schemas. It functions as a command line tool that maps SQL types to Go structs and execution functions, while providing a template-based system for creating custom source code and schema definitions. The tool supports multiple database engines, including PostgreSQL, MySQL, SQLite, Oracle, and SQL Server. It distinguishes itself by allowing users to define custom output formats through text templates and the ability to generate compatible model definitions for the D

    Provides utilities for reverse-engineering schema definitions from live databases across multiple SQL dialects.

    Gocode-generatorgolangmicrosoft-sql-server
    Ver en GitHub↗3,892
  • aimeos/upschemeAvatar de aimeos

    aimeos/upscheme

    2,601Ver en GitHub↗

    Generates migration PHP files by querying live database metadata for tables, columns, indexes, and sequences.

    PHPdatabasedatabase-managementdatabase-migrations
    Ver en GitHub↗2,601
  1. Home
  2. Data & Databases
  3. Database Introspection Tools

Explorar subetiquetas

  • Migration File GeneratorsGenerates migration PHP files by querying live database metadata for tables, columns, indexes, and sequences. **Distinct from Database Introspection Tools:** Distinct from general Database Introspection Tools: focuses specifically on generating migration files from introspection, not just any code or schema definition.