Documentation
¶
Overview ¶
Package sqlite provides database schema introspection for SQLite databases.
Index ¶
- type Inspector
- func (i *Inspector) ColumnMeta(ctx context.Context, tableName string) ([]model.ColumnMeta, error)
- func (i *Inspector) Columns(ctx context.Context, tableName string) ([]string, error)
- func (i *Inspector) Indexes(ctx context.Context, tableName string) ([]model.Index, error)
- func (i *Inspector) Relations(ctx context.Context, tableName string) ([]string, error)
- func (i *Inspector) Tables(ctx context.Context) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.