Documentation ¶
Index ¶
- type SQLite
- func (sq SQLite) AllCols() isql.Engine
- func (sq SQLite) BeginTx() (isql.Engine, error)
- func (sq SQLite) Close() error
- func (sq SQLite) Columns(cols ...string) isql.Engine
- func (sq SQLite) Commit() error
- func (sq SQLite) DeleteOne(filter ...any) error
- func (sq SQLite) Exec(query string, args ...any) (sql.Result, error)
- func (sq SQLite) FindMany(documents any, filter ...any) error
- func (sq SQLite) FindOne(document any, filter ...any) (bool, error)
- func (sq SQLite) ID(id any) isql.Engine
- func (sq SQLite) In(col string, values ...any) isql.Engine
- func (sq SQLite) InsertMany(documents []any) ([]any, error)
- func (sq SQLite) InsertOne(document any) (id any, err error)
- func (sq SQLite) MustCols(cols ...string) isql.Engine
- func (sq SQLite) Query(query string, args ...any) (*sql.Rows, error)
- func (sq SQLite) Rollback() error
- func (sq SQLite) ShowSQL(showSQL bool) isql.Engine
- func (sq SQLite) Sync(tables ...any) error
- func (sq SQLite) Table(name string) isql.Engine
- func (sq SQLite) UpdateOne(document any) error
- func (sq SQLite) Where(cond string, args ...any) isql.Engine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.