Skip to content

davidkurilla/refuel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Refuel

refuel is a simple diesel Postgres migration tool. It is designed to simply running a Postgres database migration with diesel.

Installing refuel

refuel can be installed using cargo

cargo install refuel

Using refuel

Using refuel is simple. All you need to do is run the following command.

refuel --toml-file [path/to/TOML/file]

provide refuel with a TOML file containing the following keys:

username = "your_username"
password = "your_password"
dbname = "your_db_name"

Simply run the command and let refuel handle the rest.

About

A simple diesel postgres migrator that uses TOML files

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages