Documentation
¶
Overview ¶
Package sqlite contains an SQL projection driver for SQLite v3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSchema ¶
CreateSchema creates the schema elements required by the SQLite driver.
func DropSchema ¶
DropSchema drops the schema elements required by the SQLite driver.
func IsCompatibleWith ¶ added in v0.3.0
IsCompatibleWith returns true if the driver implemented in this package is compatible with the given database pool.
Types ¶
type Driver ¶
type Driver struct{}
Driver is an implementation of sql.Driver for SQLite.
func (*Driver) DeleteResource ¶
DeleteResource removes the version for a specific handler and resource.
func (*Driver) QueryVersion ¶
QueryVersion returns the version for a specific handler and resource.
Click to show internal directories.
Click to hide internal directories.