SQLiteDB module
This module allows querying of SQLite database files, using the standard DB API.
Type Synonyms
SQLiteDB=DBHandle<SQLiteConnection>
Data types
- SQLiteDB::SQLiteConnection - An SQLite database connection
Exceptions
- SQLiteError - Database error
- TooManyRows - Tried to read too many rows
Functions
- SQLiteDB connect(String fname) - Open a database file.