Documentation ¶ Index ¶ type Storage func NewWithContext(_ context.Context, storagePath string) (*Storage, error) func (s *Storage) Check() (interface{}, error) func (s *Storage) ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error) func (s *Storage) Prepare(query string) (*sql.Stmt, error) func (s *Storage) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Storage ¶ type Storage struct { // contains filtered or unexported fields } func NewWithContext ¶ func NewWithContext(_ context.Context, storagePath string) (*Storage, error) func (*Storage) Check ¶ func (s *Storage) Check() (interface{}, error) func (*Storage) ExecContext ¶ func (s *Storage) ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error) func (*Storage) Prepare ¶ func (s *Storage) Prepare(query string) (*sql.Stmt, error) func (*Storage) Stop ¶ func (s *Storage) Stop() error Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.