add sqlite

This commit is contained in:
2021-08-20 01:33:20 -05:00
parent bf1ac7f368
commit e49f0c90ce
7 changed files with 280 additions and 22 deletions

View File

@@ -5,6 +5,7 @@ all:
clean:
rm -rf target
rm -rf test.db*
build:
cargo build
@@ -14,6 +15,7 @@ test:
up:
docker-compose up -d
rm -rf test.db*
down:
docker-compose down