added db pkg and sqlc config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package database
|
||||
|
||||
type DB struct{}
|
||||
|
||||
func NewDB() (*DB, error) {
|
||||
return &DB{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user