Documentation ¶ Index ¶ type Sqlite func (d *Sqlite) GetSqlType(ctx context.Context, goType string, size string) string func (d *Sqlite) GetSyncSql(ctx context.Context, db gdb.DB, task model.SyncTask) (list []string, err error) func (d *Sqlite) LoadSchema(ctx context.Context, db gdb.DB) (schema model.Schema, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Sqlite ¶ type Sqlite struct{} func (*Sqlite) GetSqlType ¶ func (d *Sqlite) GetSqlType(ctx context.Context, goType string, size string) string func (*Sqlite) GetSyncSql ¶ func (d *Sqlite) GetSyncSql(ctx context.Context, db gdb.DB, task model.SyncTask) (list []string, err error) func (*Sqlite) LoadSchema ¶ func (d *Sqlite) LoadSchema(ctx context.Context, db gdb.DB) (schema model.Schema, err error) Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.