sqlite
Installation
SKILL.md
Identity
- Binary:
sqlite3 - No service: SQLite is embedded — there is no daemon, no port, no systemd unit
- Database: a single file on disk (e.g.
/var/lib/myapp/data.db) - Distro install:
apt install sqlite3/dnf install sqlite