SQLite

Category: SQL Status: good

Connects to a local SQLite database file. No server required — the database is a single file on disk.

Connection Settings

Field Default Description
path (empty) Absolute path to the .db or .sqlite file

Authentication

No authentication. Access is controlled by filesystem permissions on the database file.

Supported Actions

External Links