SQLite
Connect a SQLite database file for local or embedded data.
Connect
Path to the .db file. Prefer read-only when you can.
Keep it safe
Start read-only. Allow writes when the job needs them.
Example
Using SQLite, show the schema for the main tables.