feat(db): initial database module

This commit is contained in:
db-agent
2026-08-15 23:41:27 +08:00
parent 9f57505f47
commit 5280edf192
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
INSERT INTO users (username, email) VALUES ('admin', 'admin@test.com');