1 Repo
Class hierarchies used to model database schemas for the purpose of generating platform-specific DDL.
Distinct from Object-Oriented Models: Distinct from general software OO models by specifically targeting the representation of database schema entities.
Explore 1 awesome GitHub repository matching software engineering & architecture · Schema Modeling Objects. Refine with filters or upvote what's useful.
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
Creates an object-oriented representation of tables, sequences, and indexes to generate platform-specific SQL.