DBIx::Perlish 0.40 (Default branch) |
|
|
The DBIx::Perlish module provides the ability to work with databases supported by the DBI module using Perl's own syntax for the four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using DBIx::Perlish, you can write most of your database queries using a domain-specific language with Perl syntax. However, the module is not intended to replace all use of SQL in your program. The DBIx::Perlish module quite intentionally neither implements nor cares about database administration tasks like schema design and management.
License: BSD License (revised)
Changes:
Integer values that are not IVs internally in
label syntax expressions are now recognized. In
regexes, the left-hand side can be a full term
now, not just a column specification.
Case-insensitive regex matching is emulated when
possible.
|