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