first db schema gen
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package database
|
||||
|
||||
//go:generate sqlc generate
|
||||
|
||||
type DB struct{}
|
||||
|
||||
func NewDB() (*DB, error) {
|
||||
|
||||
Reference in New Issue
Block a user