package
0.0.0-20241228074913-986b3579bec5
Repository: https://github.com/filmil/go-vcd-parser.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
CreateDBFile creates the database file if it does not already exist.
CreateSchema schedules a transactional schema creation.
No description provided by the author
No description provided by the author
OpenDB opens the database by name, creating with the correct schema if one does not exist.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
For the time being, use an in-memory database.
Pragmas are used to initialize an in-memory database.
SqliteDriver is the name of the used SQL driver module.
# Variables
NowFn is a function that retrieves the current time.