etlplus.file.sqlite

etlplus.file.sqlite module.

Helpers for reading/writing SQLite database (SQLITE) files.

Notes

  • A SQLITE file is a self-contained, serverless database file format used by

    SQLite.

  • Common cases:
    • Lightweight database applications.

    • Embedded database solutions.

    • Mobile and desktop applications requiring local data storage.

  • Rule of thumb:
    • If the file follows the SQLITE specification, use this module for reading

      and writing.

Classes

SqliteFile()

Handler implementation for SQLite files.