sábado, 7 de mayo de 2022

Using Liquibase with SQLcl

Enlace a la guía de Liquibase:

https://docs.oracle.com/en/database/oracle/sql-developer-command-line/19.2/sqcug/using-liquibase-sqlcl.html#GUID-4CA25386-E442-4D9D-B119-C1ACE6B79539


About Liquibase

Liquibase is an open-source database-independent library for tracking, managing and applying database schema changes. For an understanding of the major concepts in Liquibase, see Major Concepts.

In SQLcl, you can now execute commands to generate a changelog for a single object or for a full schema (changeset and changelogs). You can process these objects manually using SQLcl or through any of the traditional Liquibase interfaces.


With the Liquibase feature in SQLcl, you can:


Generate and execute single object changelogs

Generate and execute schema changesets with object dependencies

Automatically sort a changeset during creation based on object dependencies

Record all SQL statements for changeset or changelog execution, as it is generated

Provide full rollback support for changesets and changelogs automatically

.....


Fuentes.

Artículo:  "Using Liquibase with SQLcl" Publicado en https://docs.oracle.com/ Por Oracle. Consultado el 28/04/2022.

URL: https://docs.oracle.com/en/database/oracle/sql-developer-command-line/19.2/sqcug/using-liquibase-sqlcl.html#GUID-4CA25386-E442-4D9D-B119-C1ACE6B79539


No hay comentarios:

Publicar un comentario