add database backend (sqlite only for now)
This commit is contained in:
10
ent/predicate/predicate.go
Normal file
10
ent/predicate/predicate.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Code generated by entc, DO NOT EDIT.
|
||||
|
||||
package predicate
|
||||
|
||||
import (
|
||||
"entgo.io/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// DbPackage is the predicate function for dbpackage builders.
|
||||
type DbPackage func(*sql.Selector)
|
||||
Reference in New Issue
Block a user