Documentation
¶
Index ¶
- type Migration
- type SQLiteStore
- func (s *SQLiteStore) DeleteRecord(ctx context.Context, key *xdb.Key) error
- func (s *SQLiteStore) GetRecord(ctx context.Context, key *xdb.Key) (*xdb.Record, error)
- func (s *SQLiteStore) PutRecord(ctx context.Context, record *xdb.Record) error
- func (s *SQLiteStore) QueryRecords(ctx context.Context, q *xdb.Query) (*xdb.RecordSet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Migration ¶
type Migration struct {
// contains filtered or unexported fields
}
type SQLiteStore ¶
type SQLiteStore struct {
// contains filtered or unexported fields
}
func NewSQLiteStore ¶
func NewSQLiteStore(db *sqlite.Conn, schema *schema.Schema) *SQLiteStore
func (*SQLiteStore) DeleteRecord ¶
func (*SQLiteStore) QueryRecords ¶
Click to show internal directories.
Click to hide internal directories.