9732497f31
SQLite is a public domain RDBMS database engine. p5-DBD-SQLite is the matching perl DBD module for accessing it.
7 lines
328 B
Text
7 lines
328 B
Text
SQLite is a public domain RDBMS database engine.
|
|
|
|
Rather than ask you to install SQLite first, because SQLite is
|
|
public domain, DBD::SQLite includes the entire thing in the
|
|
distribution. So in order to get a fast transaction capable RDBMS
|
|
working for your perl project you simply have to install this module,
|
|
and nothing else.
|