DBI is an interface.  It isn’t really meant to be used without some kind of a 
database / DBD driver behind the interface.

The following are simple and do not require a lot of other things to be 
installed:

https://metacpan.org/pod/DBD::Mock
https://metacpan.org/pod/DBD::Mem
https://metacpan.org/pod/DBD::CSV
https://metacpan.org/pod/DBD::File
https://metacpan.org/pod/DBD::DBM

Also read this page for common functionality:

https://metacpan.org/pod/DBI

You should also familiarize yourself with CPAN and CPANM

https://metacpan.org/pod/distribution/App-cpanminus/lib/App/cpanminus/fatscript.pm

https://metacpan.org/pod/CPAN

If you decide you want to use a real database – mysql and MariaDB are free (as 
in libre):

https://metacpan.org/pod/DBD::MariaDB
https://metacpan.org/pod/DBD::mysql

And if you prefer to avoid compiling a driver from source you can try the JDBC 
bridge, but you may need more help from this list for that

https://metacpan.org/pod/DBD::JDBC

You can use the Metacpan search interface for more DBD modules.

And here are a few tutorials:

This uses DBD::CSV

https://www.perl.com/pub/1999/10/DBI.html/

This uses DBD::mysql

https://www.perltutorial.org/perl-dbi/



From: Pramod Mv <pramodm...@gmail.com>
Sent: Wednesday, June 3, 2020 12:35 AM
To: dbi-users@perl.org
Subject: [EXTERNAL] PERL - DBI MODULE

Hello team

               Could you please let me know how to use the DBI module without a 
DBD module installed ? . can you suggest any alternative.


--
Regards,
Pramod M V



The information contained in this electronic mail transmission is intended only 
for the use of the individual or entity named in this transmission. If you are 
not the intended recipient of this transmission, you are hereby notified that 
any disclosure, copying or distribution of the contents of this transmission is 
strictly prohibited and that you should delete the contents of this 
transmission from your system immediately. Any comments or statements contained 
in this transmission do not necessarily reflect the views or position of Radial 
or its subsidiaries and/or affiliates.


Reply via email to