mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e12fd5f469
allows one perform queries to SQL databases using Perl syntax.
6 lines
238 B
Plaintext
6 lines
238 B
Plaintext
The DBIx::Perlish module provides the ability to work with databases
|
|
supported by the DBI module using Perl's own syntax for four most common
|
|
operations: SELECT, UPDATE, DELETE, and INSERT.
|
|
|
|
WWW: http://search.cpan.org/dist/DBIx-Perlish/
|