1DBD::SQLite
2===========
3
4SQLite is a small fast embedded SQL database engine.
5
6DBD::SQLite embeds that database engine into a DBD driver, so if
7you want a relational database for your project, but don't want
8to install a large RDBMS system like MySQL or PostgreSQL, then
9DBD::SQLite may be just what you need.
10
11It supports quite a lot of features, such as transactions (atomic
12commit and rollback), indexes, DBA-free operation, a large subset
13of SQL92 supported, and more.
14
15See also: https://www.sqlite.org/
16