Bug 78367

Summary: New port: databases/pear-DB_QueryTool PEAR OO-interface for easily retrieving and modifying data in a DB
Product: Ports & Packages Reporter: Antonio Carlos Venancio Junior <antonio>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

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!