Versions in this module Expand all Collapse all v0 v0.0.0 Mar 25, 2023 Changes in this version + type SQLite struct + func New(cfg entity.Config) *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