Documentation
¶
Index ¶
- func ValueToInterface(v reflect.Value) interface{}
- type Database
- func (d *Database) AutoMigrate(dst ...interface{}) error
- func (d *Database) ChunkedCreate(value interface{})
- func (d *Database) ChunkedUpsert(value interface{})
- func (d *Database) Delete(dst ...interface{})
- func (d *Database) InsertOne(value interface{})
- func (d *Database) Where(key string, value string) *Database
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValueToInterface ¶
Types ¶
type Database ¶
func (*Database) AutoMigrate ¶
func (*Database) ChunkedCreate ¶
func (d *Database) ChunkedCreate(value interface{})
func (*Database) ChunkedUpsert ¶ added in v0.8.11
func (d *Database) ChunkedUpsert(value interface{})
Click to show internal directories.
Click to hide internal directories.