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!
=== The DBI revolution === The major turning point for Perl database programming was the creation of the '''Perl DBI''' system. DBI stands for '''Database Interface'''. It is not a database itself, but a common interface that allows Perl code to talk to many different databases through database-specific drivers known as '''DBD''' modules. The volunteer work that led to DBI began in 1992 under the name DBperl. As Perl 5 arrived, Tim Bunce implemented an object-oriented DBI prototype and a `DBD::Oracle` driver, released in October 1994.<ref>The Perl Journal, “The Database Interface for Perl 5,” https://www.foo.be/docs/tpj/issues/vol2_1/tpj0201-0005.html, accessed July 3, 2026.</ref> The DBI module itself has been associated with Tim Bunce since 1994 and later with the DBI developer group.<ref>MetaCPAN, “DBI - Database independent interface for Perl,” https://metacpan.org/pod/DBI, accessed July 3, 2026.</ref> DBI gave Perl a durable database architecture. A programmer could write code using a consistent API—connect, prepare, execute, fetch, commit, rollback—while using different back-end drivers for different databases. This pattern made Perl practical for serious business applications, web applications, reporting systems, financial systems, scientific databases, and administrative tools. The DBI/DBD split also matched Perl’s open-source culture. DBI provided the common layer, while individual communities and maintainers could build and improve drivers for Oracle, MySQL, PostgreSQL, SQLite, Informix, Sybase, ODBC, CSV files, DBM files, and many other sources. DBI became one of the most important pieces of Perl infrastructure.
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