e12fd5f469
allows one perform queries to SQL databases using Perl syntax.
5 lines
238 B
Text
5 lines
238 B
Text
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/
|