Documentation ¶
Index ¶
- type SQLite
- func (b *SQLite) Create(ctx context.Context, items map[string]any) error
- func (b *SQLite) Delete(ctx context.Context, condition map[string]any) error
- func (b *SQLite) Get(ctx context.Context, conditional string, values []any) (*entity.UserDB, error)
- func (b *SQLite) GetList(ctx context.Context) ([]*entity.UserDB, error)
- func (b *SQLite) Update(ctx context.Context, items, condition map[string]any) error
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.