0.4.0 • Published 8 months ago

@dayone-labs/evolutions v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Evolutions

Database evolutions for PostgreSQL and NodeJS/Bun. With checksum, CLI, support for plain *.sql files and down migrations for development.

Usage

Usage: evolutions [options] [command]

Options:
-p, --port <port> Postgres port (default: "5432")
-h, --host <host> Postgres host (default: "localhost")
-u, --user <username> Postgres user (default: "postgres")
-w, --password <password> Postgres password (default: "postgres")
-d, --database <database> Postgres database (default: "postgres")
-s, --schema <schema> Database schema (default: "public")
--allow-down Apply down evolutions. DON'T DO THIS IN PRODUCTION !!!
--help display help for command

Commands:
apply [folder]
options
down-to <version>
help [command] display help for command
0.4.0

8 months ago

0.3.0

12 months ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago