package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 31, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package history records the statements a user has run, so they can be
found again.
DefaultPath returns the on-disk location, alongside the catalog cache.
Entry is one recorded statement.
Store holds the history on disk.
Open opens or creates the history at path.
Add records a statement.
Re-running a statement updates the existing row rather than adding another,
so a query run in a loop does not crowd out everything else.
Close releases the database handle.
Search returns matching entries, newest first. An empty term lists
everything.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.