Ports Search

Results 14,90114,910 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
databases/Jifty-DBI-0.78 (Score: 5.180394E-5)
Jifty::DBI - An object-relational persistence framework
Jifty::DBI deals with databases, so that you don't have to. This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accesible database. This module is the direct descendent of DBIx::SearchBuilder. If you're familiar with SearchBuilder, Jifty::DBI should be quite familiar to you.
databases/Oryx-0.24 (Score: 5.180394E-5)
Meta-Model Driven Object Persistance with Multiple Inheritance
Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. In other words, you should be able to swap out an RDMBS with a DBM style database (and vice versa) without changing your persistent classes at all.
databases/SQL-Statement-1.410 (Score: 5.180394E-5)
Perl5 module for SQL parsing and processing
The SQL::Statement module implements a small, abstract SQL engine. By parsing an SQL query you create an SQL::Statement instance. This instance offers methods for retrieving syntax, for WHERE clause and statement evaluation. The implementation is designed to work with the DBI driver DBD::CSV, and should be easily extensible.
databases/Tangram-2.12 (Score: 5.180394E-5)
Orthogonal Object Persistence in Relational Databases
Tangram is an object-relational mapper. It makes objects persist in relational databases, and provides powerful facilities for retrieving and filtering them. Tangram fully supports object-oriented programming, including polymorphism, multiple inheritance and collections. It does so in an orthogonal fashion, that is, it doesn't require your classes to implement support functions nor inherit from a utility class.
databases/DB_Pager-0.7 (Score: 5.180394E-5)
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_Sqlite_Tools-0.1.7 (Score: 5.180394E-5)
an object oriented interface to backup Sqlite databases
PEAR::DB_Sqlite_Tools is an object oriented interface to effectively manage and backup Sqlite databases.It extends the existing functionality by providing a comprehensive solution for database backup, live replication, export in XML format, performance optmization and other functionalities like the insertion and retrieval of encrypted data from an Sqlite database without any external extension.
databases/MDB2_Schema-0.8.6 (Score: 5.180394E-5)
PEAR XML based database schema manager
PEAR::MDB2_Schema enables users to maintain RDBMS independant schema files in XML that can be used to create, alter and drop database entities and insert data into a database. Reverse engineering database schemas from existing databases is also supported. The format is compatible with both PEAR::MDB and Metabase.
databases/pgadmin3-1.22.1 (Score: 5.180394E-5)
PostgreSQL database design and management system
pgAdmin III is a comprehensive PostgreSQL database design and management system for *nix and Windows systems. It is freely available under the terms of the Artistic Licence and may be redistributed provided the terms of the licence are adhered to. The project is managed by the pgAdmin Development Team.
databases/pg_statsinfo-2.4.1 (Score: 5.180394E-5)
Monitor statistics and activity of PostgreSQL
pg_statsinfo is a utility that monitor statistics and the activity of PostgreSQL(and OS). pg_statsinfo gets some statistics information as snapshot. We can check the DB activity and bottleneck analysis by using these snapshot information. This utility provides some function to get the information acquisition easily.
databases/plproxy-2.5 (Score: 5.180394E-5)
PL/Proxy - database partitioning system
PL/Proxy is a proxy language used for remote database procedure calls and data partitioning between databases based on hashing field values. Main idea is that proxy function will be created with same signature as remote function to be called, so only destination info needs to be specified inside proxy function body.