package
1.5.0
Repository: https://github.com/alicebob/sqlittle.git
Documentation: pkg.go.dev

# Functions

Removes the rowid column from an index value (that's the last value from a Record).
No description provided by the author
Fuzz routine for the go-fuzz test system.
OpenFile opens a .sqlite file.
True if r is eq or bigger than key.

# Constants

CachePages is the number of pages to keep in memory.

# Variables

available collate functions.
No description provided by the author
No description provided by the author
No description provided by the author
There is a stale `-journal` file present with an unfinished transaction.
Various error messages returned when the database uses features sqlittle doesn't support.
No description provided by the author
Various error messages returned when the database is corrupted.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Database is in WAL journal mode, which we don't support.

# Structs

No description provided by the author
Index is either an index, or the table for a non-rowid table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
Record is a row in the database.
RecordCB is passed to Index.Scan(), Index.ScanMin(), and Table.ScanWithoutRowid.
TableScanCB is the callback for Table.Scan().