Documentation
¶
Index ¶
- type Config
- type DB
- func (db *DB) Authenticate(to string) (interface{}, error)
- func (db *DB) Change(tb string, id interface{}, data map[string]interface{}) (interface{}, error)
- func (db *DB) Close()
- func (db *DB) Create(tb string, id interface{}, data map[string]interface{}) (interface{}, error)
- func (db *DB) Delete(tb string, id interface{}) (interface{}, error)
- func (db *DB) Info() (interface{}, error)
- func (db *DB) Invalidate() (interface{}, error)
- func (db *DB) Kill(id string) (interface{}, error)
- func (db *DB) Let(key string, val interface{}) (interface{}, error)
- func (db *DB) Live(tb string) (interface{}, error)
- func (db *DB) Modify(tb string, id interface{}, data map[string]interface{}) (interface{}, error)
- func (db *DB) Query(sql string, vars map[string]interface{}) (interface{}, error)
- func (db *DB) Select(tb string, id interface{}) (interface{}, error)
- func (db *DB) Update(tb string, id interface{}, data map[string]interface{}) (interface{}, error)
- type Socket
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) Authenticate ¶
func (*DB) Invalidate ¶
Click to show internal directories.
Click to hide internal directories.