Resources are files that include their location and access credentials, such as a Changelog. They are reusable files independent of any database connection, eliminating the need to repeatedly enter lengthy credentials for each database deployment.
Manual deployment of database changes can be tedious and error-prone. That’s where Resources come in. With Liquibase.io, you can create and use a text-based changelog file to list all changes made to your database sequentially. This ledger helps Liquibase audit your database and execute unapplied changes. You can store and version your resources in any source control tool such as Git, while adding a connection if the repository is private. This makes the changelog a reusable resource that you can access from any workflow.
Editors and Administrators can create, edit, and delete a resource.