Editing
Portal:Databases
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== SQLite and embedded relational databases === '''SQLite''' became important because it brought SQL into the same lightweight local space that DBM and Berkeley DB had once occupied. Instead of running a database server, a Perl program could use a single local database file while still getting a relational model, SQL queries, transactions, indexes, and portability. The `DBD::SQLite` module is described as a Perl DBI driver for SQLite that includes the SQLite engine in the distribution. Its documentation notes that a Perl project can get a fast, transaction-capable relational database by installing the module and nothing else.<ref>MetaCPAN, βDBD::SQLite,β https://metacpan.org/pod/DBD%3A%3ASQLite, accessed July 3, 2026.</ref> SQLite is especially natural for Perl scripts, command-line tools, desktop utilities, small web applications, test fixtures, import/export workflows, and local indexes. It is also useful when replacing older ad hoc file formats. A Perl script that once wrote delimited files or DBM hashes can often be modernized to use SQLite while remaining simple to deploy.
Summary:
Please note that all contributions to Perl Guilds - Getting Medieval with Perl may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Perl Guilds - Getting Medieval with Perl:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Tools
What links here
Related changes
Page information