Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SCHEMA string
Functions ¶
Types ¶
type SQLite3Store ¶
type SQLite3Store struct {
// contains filtered or unexported fields
}
func OpenSQLite3Store ¶
func OpenSQLite3Store(path string) (*SQLite3Store, error)
func (*SQLite3Store) Close ¶
func (s *SQLite3Store) Close() error
func (*SQLite3Store) WriteItemIfNotExist ¶
func (s *SQLite3Store) WriteItemIfNotExist(ctx context.Context, id, data string) error
Click to show internal directories.
Click to hide internal directories.