freebsd-ports/databases/p5-Relations-Query/pkg-descr
Anton Berezin 2bc4546408 Add p5-Relations-Query 0.93, object for building queries with
DBI/DBD::mysql.

PR:		ports/102019
Submitted by:	Timur I. Bakeyev <bat at cpan.org>
2006-08-15 09:52:11 +00:00

10 lines
454 B
Plaintext

With Relations::Query you can create a 'select' query by creating a new
query object, and passing hashes, arrays, or strings of info to the
constructor, such as what's within the variables clause, what to order
by, etc. You can also add and override clause info in the query as
well, on both a permanent and temporary basis. With the to_string()
function, you can create a query string from a hash, query object or
string.
WWW: http://www.gaf3.com/