Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations, deployments, and security audits across multiple database engines. It serves as a SQL GitOps tool that synchronizes database states with configurations stored in Git repositories to manage infrastructure as code. The platform distinguishes itself through a multi-database management console that provides a single interface for relational and NoSQL databases. It includes a security layer for role-based access control, database activity auditing, and column-level data masking to protect se
This project is a database schema migration engine that provides a command-line interface and a library for managing sequential structural changes. It functions as a version control utility for database schemas, enabling the application, reversion, and synchronization of incremental updates across development and production environments. The tool distinguishes itself through a driver-based abstraction layer that supports a wide range of relational and non-relational storage systems. It maintains schema consistency by using a dedicated metadata table to track versions and prevent concurrent up
DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc
Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a
Archery is a suite of specialized utilities for database schema migration, SQL audit and review, mapping parsing, and performance analysis. It functions as a centralized platform for reviewing, executing, and auditing SQL queries across multiple database environments through controlled workflows.
hhyo/archery 的主要功能包括:SQL Execution Audits, Database Management Platforms, Database Schema Managers, Multi-Database Connections, Online Schema Migration Tools, Schema Migration Tools, SQL Query Optimizations, MyBatis XML Parsers。
hhyo/archery 的开源替代品包括: bytebase/bytebase — Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations,… mattes/migrate — This project is a database schema migration engine that provides a command-line interface and a library for managing… dbgate/dbgate — DbGate is a universal database management tool and SQL client that provides a unified interface for querying and… dotnet/efcore — Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using… cookiey/yearning — Yearning is a MySQL SQL audit platform and database change management system. It provides a governance framework for… tgriesser/knex — Knex is a programmatic SQL query builder for Node.js applications. It provides a unified interface for generating…