first db schema gen

This commit is contained in:
2025-04-13 18:15:22 -05:00
parent d4473f98b6
commit 0bbd1b2bca
16 changed files with 147 additions and 12 deletions
+2
View File
@@ -1,5 +1,7 @@
package database
//go:generate sqlc generate
type DB struct{}
func NewDB() (*DB, error) {