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
+8
View File
@@ -0,0 +1,8 @@
package migrations
import "embed"
// Files contains the versioned SQL migrations used by both commands and tests.
//
//go:embed *.sql
var Files embed.FS