modulepackage
0.0.0-20240818154832-7ae4aea40a65
Repository: https://github.com/insulalabs/testa.git
Documentation: pkg.go.dev
# README
Testa
Simple KV db store using sqlite, set to have multiple handles for read and a single for write along with WAL enabled
# Functions
Open a database at the given path and recieve database handle (should use Close upon completion) Use as ReadWrite interface.
# Variables
Maximum number of read-only connections permitted by read-only handle.