Versions in this module Expand all Collapse all v0 v0.1.1 May 23, 2024 v0.1.0 Dec 6, 2023 Changes in this version + var ErrorInvalidSQLite3 = xerrors.Errorf("invalid or unsupported SQLite3 format") + var SQLite3_HeaderMagic = []byte("SQLite format 3\x00") + type SQLite3 struct + func Open(path string) (*SQLite3, error) + func (db *SQLite3) Read() <-chan dbi.Entry