Bug 78367 - New port: databases/pear-DB_QueryTool PEAR OO-interface for easily retrieving and modifying data in a DB
Summary: New port: databases/pear-DB_QueryTool PEAR OO-interface for easily retrieving...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 17:20 UTC by Antonio Carlos Venancio Junior
Modified: 2005-03-04 21:16 UTC (History)
0 users

See Also:


Attachments
file.shar (3.19 KB, text/plain)
2005-03-03 17:20 UTC, Antonio Carlos Venancio Junior
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Carlos Venancio Junior 2005-03-03 17:20:16 UTC
New port: databases/pear-DB_QueryTool PEAR OO-interface for easily retrieving and modifying data in a DB

PEAR::DB_QueryTool is an OO-abstraction to the SQL-Query language, it provides
methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build
queries.

It also provides an easy to learn interface that interacts nicely with
HTML-forms using arrays that contain the column data, that shall be
updated/added in a DB. This package bases on an SQL-Builder which lets you
easily build SQL-Statements and execute them.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-03-04 21:16:14 UTC
State Changed
From-To: open->closed


New port added, thanks!