awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDatabase Object Abstractions

Object-oriented representations of relational database structures like tables, columns, and indexes.

Distinct from Database Object Management: None of the candidates represent the conceptual abstraction of schema elements into objects for normalization purposes.

Explore 1 awesome GitHub repository matching data & databases · Database Object Abstractions. Refine with filters or upvote what's useful.

Awesome Database Object Abstractions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • doctrine/dbalAvatar de doctrine

    doctrine/dbal

    9,699Voir sur GitHub↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    Represents tables, columns, and indexes as structured objects to ensure consistent normalization and quoting.

    PHPdatabaseibm-db2mariadb
    Voir sur GitHub↗9,699
  1. Home
  2. Data & Databases
  3. Database Object Abstractions