mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +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/
|