jab 0.0.1

JAB is a database state management tool, think of it as git but for database. You can commit your current db state and checkout to your previous db state.
Documentation
1
2
3
4
5
6
pub mod config;
pub mod db;
pub mod git;
pub mod project;
pub mod project_manager;
pub mod types;