Re: PERL - DBI MODULE
Darren Duncan <[email protected]> Thu, 4 Jun 2020 21:15:46 -0700
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
The closest thing to what you ask that is actually useful is to install DBD::SQLite. While this is a DBD, it includes the database engine so you have full DBI functionality without needing to have a separate database server. -- Darren Duncan On 2020-06-02 9:35 p.m., Pramod Mv wrote: > 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