package
4.5.0+incompatible
Repository: https://github.com/lkm1321/rqlite.git
Documentation: pkg.go.dev

# Functions

LoadInMemoryWithDSN loads an in-memory database with that at the path, with the specified DSN.
Open opens a file-based database, creating it if it does not exist.
OpenInMemory opens an in-memory database.
OpenInMemoryWithDSN opens an in-memory database with a specific DSN.
OpenWithDSN opens a file-based database, creating it if it does not exist.

# Variables

DBVersion is the SQLite version.

# Structs

DB is the SQL database.
Result represents the outcome of an operation that changes rows.
Rows represents the outcome of an operation that returns query data.