1 repositorio
Systems that translate high-level declarative models into physical database tables or collections.
Distinct from Database Schema Mapping: Distinct from Database Schema Mapping: focuses specifically on the translation from high-level declarative definitions to physical storage structures.
Explore 1 awesome GitHub repository matching data & databases · Declarative Physical Mapping. Refine with filters or upvote what's useful.
Prisma is a type-safe database object-relational mapper that uses a declarative schema to map data models to relational and document databases. It provides a unified toolkit for data access, combining a database driver with tools for schema management and record manipulation. The project features a multi-database driver that standardizes interactions across PostgreSQL, MySQL, and MongoDB. It includes a system for tracking and applying structural schema migrations across different environments and a graphical user interface for browsing and editing database records. The system ensures data in
Translates high-level data modeling definitions into physical database tables or collections across different storage engines.