Documentation ¶
Index ¶
- Constants
- type DB
- func (db *DB) CreateTable(ctx context.Context, opt offline.CreateTableOpt) error
- func (db *DB) Export(ctx context.Context, opt offline.ExportOpt) (<-chan types.ExportRecord, <-chan error)
- func (db *DB) Import(ctx context.Context, opt offline.ImportOpt) (int64, error)
- func (db *DB) Join(ctx context.Context, opt offline.JoinOpt) (*types.JoinResult, error)
- func (db *DB) Ping(ctx context.Context) error
- func (db *DB) Push(ctx context.Context, opt offline.PushOpt) error
- func (db *DB) Snapshot(ctx context.Context, opt offline.SnapshotOpt) error
- func (db *DB) TableSchema(ctx context.Context, tableName string) (*types.DataTableSchema, error)
Constants ¶
View Source
const ( Backend = types.BackendSQLite SQLiteBatchSize = 20 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.