Description
Connects Ruby applications to SQLite3 databases. It is useful for local apps, tests, small services, embedded storage, scripts, and development environments that need a lightweight SQL database.
SQLite stores data in local files. Protect file permissions, use transactions, validate migrations, and be careful with concurrent writes or untrusted database files.