package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 26, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
StatementCreateOutputParsingTable returns a statement to create a table and the table name.
NewMemDB create a new sqlite db in memory.
CreateTable create a table with given statement, the get() method will returns the create statement
and the table name.
Table represents a table in sqlite db.
Delete delete a row from the table, the caller need to build the where clause.
Insert insert a row into the table.
Query query the table with given where clause, and returns the result.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.