Introduction
AlphaDB is currently in beta
stage. Breaking changes should be expected.
AlphaDB is a powerful and flexible tool for MySQL database version management. It allows you to define the structure of your database in a JSON format and simplifies the process of applying and managing migrations across multiple databases. With AlphaDB, you can ensure consistency and control in your database schema evolution, whether you’re working in development, staging, or production environments.
AlphaDB is built to integrate with development workflows, offering support for Rust, Python, and NodeJS. Its APIs are designed to be intuitive, making it easy to apply migrations and manage database versions directly within your codebase.
What is AlphaDB not?
AlphaDB is not an ORM or SQL query builder, nor is it a database engine. It is specifically designed for managing and applying schema migrations, focusing on versioning and controlling changes to database structures.