Documentation
¶
Index ¶
- func NewDriver() jdb.Driver
- type SqlLite
- func (s *SqlLite) ChangePassword(username, password, confirmation string) error
- func (s *SqlLite) CleanCache() error
- func (s *SqlLite) Command(command *jdb.Command) (et.Items, error)
- func (s *SqlLite) Connect(params et.Json) error
- func (s *SqlLite) Count(ql *jdb.Ql) (int, error)
- func (s *SqlLite) CreateCore() error
- func (s *SqlLite) CreateDatabase(name string) error
- func (s *SqlLite) CreateModel(model *jdb.Model) error
- func (s *SqlLite) CreateSchema(name string) error
- func (s *SqlLite) CreateUser(username, password, confirmation string) error
- func (s *SqlLite) CurrentSerie(tag string) int64
- func (s *SqlLite) Data(source, sql string, arg ...any) (et.Items, error)
- func (s *SqlLite) DeleteCache(key string) error
- func (s *SqlLite) DeleteFlow(id string) error
- func (s *SqlLite) DeleteKey(key string) error
- func (s *SqlLite) DeleteUser(username string) error
- func (s *SqlLite) Disconnect() error
- func (s *SqlLite) DropDatabase(name string) error
- func (s *SqlLite) DropModel(model *jdb.Model) error
- func (s *SqlLite) DropSchema(name string) error
- func (s *SqlLite) Exec(sql string, arg ...any) error
- func (s *SqlLite) Exists(ql *jdb.Ql) (bool, error)
- func (s *SqlLite) FindCache(search string, page, rows int) (et.List, error)
- func (s *SqlLite) FindFlows(search string, page, rows int) (et.List, error)
- func (s *SqlLite) FindKeys(search string, page, rows int) (et.List, error)
- func (s *SqlLite) GetCache(key string) (et.KeyValue, error)
- func (s *SqlLite) GetFlow(id string) (jdb.Flow, error)
- func (s *SqlLite) GetKey(key string) (et.KeyValue, error)
- func (s *SqlLite) GetSerie(tag string) int64
- func (s *SqlLite) GrantPrivileges(username, dbName string) error
- func (s *SqlLite) LoadTable(model *jdb.Model) (bool, error)
- func (s *SqlLite) Name() string
- func (s *SqlLite) NextCode(tag, prefix string) string
- func (s *SqlLite) One(sql string, arg ...any) (et.Item, error)
- func (s *SqlLite) Query(sql string, arg ...any) (et.Items, error)
- func (s *SqlLite) Select(ql *jdb.Ql) (et.Items, error)
- func (s *SqlLite) SetCache(key string, value []byte, duration time.Duration) error
- func (s *SqlLite) SetFlow(name string, value []byte) error
- func (s *SqlLite) SetKey(key string, value []byte) error
- func (s *SqlLite) SetMain(arg et.Json) error
- func (s *SqlLite) SetSerie(tag string, val int) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SqlLite ¶
type SqlLite struct {
// contains filtered or unexported fields
}
func (*SqlLite) ChangePassword ¶
func (*SqlLite) CleanCache ¶ added in v1.0.6
func (*SqlLite) CreateSchema ¶ added in v1.0.6
Schema
func (*SqlLite) CreateUser ¶
func (*SqlLite) CurrentSerie ¶
func (*SqlLite) DeleteCache ¶ added in v1.0.6
func (*SqlLite) DeleteFlow ¶ added in v1.0.6
func (*SqlLite) DeleteUser ¶
func (*SqlLite) Disconnect ¶
func (*SqlLite) DropDatabase ¶
func (*SqlLite) DropSchema ¶
func (*SqlLite) GrantPrivileges ¶
User
Click to show internal directories.
Click to hide internal directories.