Versions in this module Expand all Collapse all v0 v0.0.289 Aug 12, 2026 v0.0.288 Aug 11, 2026 Changes in this version + func CreateTables(conn *sqlite.Conn, tables []TableDef) (err error) + func InsertRows(conn *sqlite.Conn, t TableDef, decoded *wdc.Decoded) (err error) + func Open(path string) (*sqlite.Conn, error) + type TableDef struct + Def dbd.DBDefinition + Name string + Version dbd.VersionDefinitions