Skip to content

akkaraju-satvik/dbmap

Repository files navigation

dbmap

dbmap is a database migration management tool for PostgreSQL.

Note: dbmap is not a SQL generator. It is a database migration management tool. dbmap will help you manage them by keeping track of which scripts have been run, and which have not.

Installation

From the releases page

Download the latest release from the releases page.

From source

  • Clone the repository
git clone https://github.com/akkaraju-satvik/dbmap
  • Install the dependencies
go mod download
  • Install the binary
go install

Usage

Initialize a new project

dbmap init -c <connection-string>

Create a new migration

dbmap create-migration

Apply migrations

dbmap apply-migrations

About

Migration Management tool for PostgreSQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published