Documentation ¶
Index ¶
- type BoltDB
- func (db *BoltDB) AddIfNotExists(collectionName string, value interface{}) error
- func (db *BoltDB) AddRecord(collectionName string, value interface{}) error
- func (db *BoltDB) One(collectionName string, field string, value interface{}, output interface{}) error
- func (db *BoltDB) RemoveCollection(collectionName string) error
- func (db *BoltDB) RemoveRecord(collectionName string, value interface{}) error
- func (db *BoltDB) UpdateField(collectionName string, field string, value interface{}, target interface{}) error
- func (db *BoltDB) UpdateRecord(collectionName string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltDB ¶
type BoltDB struct { edendb.Database Path string // The path to the database file. // contains filtered or unexported fields }
func (*BoltDB) AddIfNotExists ¶
func (*BoltDB) RemoveCollection ¶
func (*BoltDB) RemoveRecord ¶
func (*BoltDB) UpdateField ¶
func (*BoltDB) UpdateRecord ¶
Click to show internal directories.
Click to hide internal directories.