wok view perl-dbd-sqlite/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 DBD::SQLite is a Perl DBI driver for SQLite, that includes the
2 entire thing in the distribution.
3 So in order to get a fast transaction capable RDBMS working for
4 your perl project you simply have to install this module,
5 and nothing else.
7 SQLite supports the following features:
9 - Implements a large subset of SQL92
10 - A complete DB in a single disk file
11 - Atomic commit and rollback
12 - Extensible
14 There's lots more to it, so please refer to the docs on the SQLite
15 web page for SQL details.
16 Also refer to DBI for details on how to use DBI itself.
17 The API works like every DBI module does.
18 However, currently many statement attributes are not implemented or
19 are limited by the typeless nature of the SQLite database.