http://www.perlmonks.org?node_id=1205693


in reply to database without mysql

Just in case you haven't seen it, you may want to take a look at DBD::SQLite:

"DBD::SQLite is a Perl DBI driver for SQLite, that 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."