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