Documentation ¶
Index ¶
Constants ¶
View Source
const ( SQLite = "sqlite" SQLite3 = "sqlite3" LevelDB = "leveldb" Mock = "mock" )
Supported schemes by this package.
View Source
const (
ReadOnly = "readonly"
)
Supported options by this package.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DSN ¶
DSN (data source name) represents the parsed components of an embedded database or database management service and is used to easily establish a connection to the db. TODO: add support for PostgreSQL and other server databases.
Click to show internal directories.
Click to hide internal directories.