Ports Search

Results 561570 of 1,144 for /databases/.(0.123 seconds)
databases/TokyoCabinet-1.34 (Score: 0.09045241)
Perl extension for TokyoCabinet
Perl extension for TokyoCabinet.
databases/mysql-genocide-0.03 (Score: 0.09045241)
Parallel operation on MySQL processlist
mysql-genocide helps you play with big MySQL processlists. It can filter it using different criterias like execution time, query type, user or regexp matching of the SQL query etc. Actions can then be peformed on the result like killing, sorting or generating statistics.
databases/tokyotyrant-1.16 (Score: 0.09045241)
Perl5 interface to the TokyoTyrant
TokyoTyrant-perl is an extenstion to Perl which allows access to TokyoTyrant dataabses.
databases/Text-xSV-0.21 (Score: 0.09045241)
Read character separated files
This module is for reading and writing a common variation of character separated data.
databases/DBA-1.1.1 (Score: 0.09045241)
Berkely-style database abstraction class
PEAR::DBA is a wrapper for the php DBA functions. It includes a file-based emulator and provides a uniform, object-based interface for the Berkeley-style database systems.
databases/DBA_Relational-0.2.0 (Score: 0.09045241)
Berkely-style database abstraction class
Table management extension to DBA
databases/DB_DataObject-1.11.5 (Score: 0.09045241)
SQL Builder, Object Interface to Database Tables
PEAR::DB_DataObject performs 2 tasks: 1. Builds SQL statements based on the objects vars and the builder methods. 2. acts as a datastore for a table row. The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. included is a Generator to make your configuration files and your base classes.
Automatically build HTML_QuickForm objects using DB_DataObject
PEAR::DB_DataObject_FormBuilder will aid you in rapid application development using the packages DB_DataObject and HTML_QuickForm.
databases/DB_Pager-0.7 (Score: 0.09045241)
PEAR Database Abstraction Layer
DB_Pager retrieve and return information of database result sets. This class handles all the stuff needed for displaying paginated results from a database query of Pear DB. including fetching only the needed rows and giving extensive information for helping build an HTML or GTK query result display.
databases/DB_QueryTool-1.1.2 (Score: 0.09045241)
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.