1 Repo
Tools for defining and executing database schema changes programmatically.
Distinguishing note: Focuses on the creation and definition of migration scripts.
Explore 1 awesome GitHub repository matching data & databases · Migration Authoring. Refine with filters or upvote what's useful.
Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.
Defines database schema changes using TypeScript functions to ensure data integrity during updates.