dgit
is a small CLI application written in Rust as a learning exercise for controlling versions of a database.
Commands:
init
- initialise repositorystage
- stage current changescommit
- commit staged changesremove
- remove an entity deleted in the databaseunstage
- unstage changesstatus
- print out the current statuslog
- print out the history of commits