dbtools 1.1.0 copy "dbtools: ^1.1.0" to clipboard
dbtools: ^1.1.0 copied to clipboard

A simple CLI application for managing the database during developing.

example/README.md

A simple PostgreSQL database project.

Create the database #

dbtool create

Now an empty database with UTF-8 encoding is created from the template0.

Migrate the database #

dbtool migrate

Now the database schema corresponds to the local migrations.

Clean the database #

dbtool clean

Now the database is cleared from all migrations commited earler. It is empty now.

Drop the database #

dbtool drop

The database has been dropped.

2
likes
150
points
37
downloads

Publisher

verified publisherrightbrain.pro

Weekly Downloads

A simple CLI application for managing the database during developing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, convert, path, pointycastle, postgresql2, yaml

More

Packages that depend on dbtools