Description: Liquibase is an open source database change management tool that allows developers to manage database schema changes programmatically. It works by executing changeset XML or YAML files that describe the changes to apply against a database.
Type: software
Pricing: Open Source
Description: A SQL data dictionary is a centralized repository of information about a database's schema. It documents tables, columns, data types, indexes, keys, views, stored procedures, and other database objects.
Type: software