feat(backend): establish gin sqlite service skeleton

This commit is contained in:
QiuSW
2026-07-25 22:29:56 +08:00
parent 84f2da3cf7
commit ab21219a07
32 changed files with 1854 additions and 42 deletions
@@ -0,0 +1,6 @@
-- +goose Up
-- T-201 verifies the migration lifecycle without defining later business tables.
SELECT 1;
-- +goose Down
SELECT 1;