Sets up and initializes database for freed (SQLite)

This commit is contained in:
Dennis Schoepf 2024-04-26 15:16:48 +02:00
parent 6f79f255d9
commit 23e29c44f4
5 changed files with 221 additions and 1 deletions

View file

@ -7,7 +7,7 @@ tmp_dir = ".tmp"
bin = "./.tmp/main"
cmd = "go build -o ./.tmp/main ."
delay = 1000
exclude_dir = ["assets", ".tmp", "tmp", "vendor", "testdata"]
exclude_dir = ["assets", ".tmp", "tmp", "vendor", "testdata", "internal/database/tmp"]
exclude_file = []
exclude_regex = ["_test.go"]
exclude_unchanged = false