#postgresql #diesel #toml #migrator

app refuel

A simple diesel postgres migrator that uses TOML files

3 releases

0.1.3 May 30, 2024
0.1.2 May 29, 2024
0.1.1 May 17, 2024
0.1.0 May 17, 2024

#736 in Database interfaces

Download history 189/week @ 2024-05-13 52/week @ 2024-05-20 300/week @ 2024-05-27 13/week @ 2024-06-03

554 downloads per month

MIT license

57KB
54 lines

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.

Dependencies

~5MB
~96K SLoC