Added the README

This commit is contained in:
Gwyn Ciesla 2020-09-09 15:30:34 +00:00
commit 3b35b09bdb

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# perl-DBD-SQLite
SQLite is a public domain, file-based, relational database engine that you can
find at <https://www.sqlite.org/>. This module provides a Perl DBI driver for
SQLite.