package
0.12.8
Repository: https://github.com/rotationalio/ensign.git
Documentation: pkg.go.dev

# Functions

GetLastConn returns the last connection created by the driver.
For testing purposes, returns the number of active connections.

# Constants

In order to use this driver, specify the DriverName to sql.Open.

# Structs

Wraps a sqlite3.SQLiteConn and maintains an ID so that the connection can be closed.
Driver embeds a sqlite3 driver but overrides the Open function to ensure the connection created is a local connection with a sequence ID.