init orm project, beta, unstable
This commit is contained in:
11
orm/db_postgres.go
Normal file
11
orm/db_postgres.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package orm
|
||||
|
||||
type dbBasePostgres struct {
|
||||
dbBase
|
||||
}
|
||||
|
||||
func newdbBasePostgres() dbBaser {
|
||||
b := new(dbBasePostgres)
|
||||
b.ins = b
|
||||
return b
|
||||
}
|
||||
Reference in New Issue
Block a user