Documentation ¶ Index ¶ type Provider func New() Provider func (Provider) BuildSelect(table string, limit int) string func (p Provider) Open(ctx context.Context, conn config.Connection) (*adapter.Session, error) func (Provider) Schema(ctx context.Context, session *adapter.Session) (any, error) func (Provider) Type() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider struct{} func New ¶ func New() Provider func (Provider) BuildSelect ¶ func (Provider) BuildSelect(table string, limit int) string func (Provider) Open ¶ func (p Provider) Open(ctx context.Context, conn config.Connection) (*adapter.Session, error) func (Provider) Schema ¶ func (Provider) Schema(ctx context.Context, session *adapter.Session) (any, error) func (Provider) Type ¶ func (Provider) Type() string Source Files ¶ View all Source files sqlite.go Click to show internal directories. Click to hide internal directories.