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
7
8
build:
	cargo build

install:
	cargo install --force --path .

.PHONY: build install