replace Id with ID

This commit is contained in:
2025-02-13 08:00:49 -06:00
parent f948a06b66
commit 32facb1767
19 changed files with 172 additions and 169 deletions

View File

@@ -3,6 +3,7 @@ version: "3"
vars:
test_db: "~/databases/test.db"
schema_db: "./sqlite/schema.sql"
svg_path: "~/svgs/flaticon_colored_svgs"
tasks:
sqlc:
cmds:
@@ -10,5 +11,7 @@ tasks:
rebuild_test_db:
cmds:
- go build cmd/nkode/nkode.go
- rm {{.test_db}}
- sqlite3 {{.test_db}} < {{.schema_db}}
- ./nkode -db-path {{.test_db}} -svg-path {{.svg_path}}