Documentation
¶
Index ¶
- Constants
- type SqlLite
- func (s *SqlLite) Command(command *jdb.Command) (et.Items, error)
- func (s *SqlLite) Connect(params et.Json) (*sql.DB, error)
- func (s *SqlLite) Count(ql *jdb.Ql) (int, error)
- func (s *SqlLite) Disconnect() error
- func (s *SqlLite) DropModel(model *jdb.Model) error
- func (s *SqlLite) Exists(ql *jdb.Ql) (bool, error)
- func (s *SqlLite) LoadModel(model *jdb.Model) error
- func (s *SqlLite) MutateModel(model *jdb.Model) error
- func (s *SqlLite) Name() string
- func (s *SqlLite) Select(ql *jdb.Ql) (et.Items, error)
Constants ¶
View Source
const ( MSG_FUNCION_NOT_FOUND = "Function not found" MSG_COMMAND_NOT_FOUND = "Command not found" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SqlLite ¶
type SqlLite struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.