Documentation ¶
Overview ¶
Package sqlite provides support to work with a sqlite database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
type Dialect struct{}
Dialect a Dialect configured for Sqlite3.
func (Dialect) CreateTableSQL ¶
CreateTableSQL returns the SQL to create the schema table.
func (Dialect) UpdateChecksumSQL ¶
UpdateChecksumSQL returns the SQL update a checksum for a version.
Click to show internal directories.
Click to hide internal directories.