Ports Search

Results 2130 of 1,144 for /databases/.(0.026 seconds)
databases/DBD-Pg-3.5.3 (Score: 0.19208127)
Provides access to PostgreSQL databases through the DBI
DBD::Pg is an extension to Perl which allows access to PostgreSQL databases. It is built on top of the standard DBI extension and implements some of the methods that DBI defines.
databases/forgetsql-0.5.1 (Score: 0.19208127)
Python module for object-oriented access to SQL databases
forgetSQL is a Python module for accessing SQL databases by creating classes that maps SQL tables to objects, normally one class pr. SQL table. The idea is to forget everything about SQL and just worrying about normal classes and objects.
databases/puredb-2.1 (Score: 0.19183499)
Set of libraries for creating and reading constant databases
PureDB is a portable and tiny set of libraries for creating and reading constant databases. It manages data files that contains text or binary key/data pairs of arbitrary sizes. Lookups are very fast (normally only one disk access to match a hash value), overhead is low (a database is 1028 bytes plus only 16 extra bytes per record), multiple concurrent read access are supported, and databases can be up to 4 Gb long, and they are portable across architectures.
databases/MySQL-Diff-0.48 (Score: 0.19136027)
Perl module for comparing the table structure of two MySQL databases
MySQL::Diff is Perl module for comparing the table structure of two MySQL databases
databases/recutils-1.7 (Score: 0.1887981)
Tools and libraries to access human-editable, plain text databases
GNU Recutils is a set of tools and libraries to access human-editable, text-based databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields. Advanced capabilities usually found in other data storage systems are supported: data types, data integrity (keys, mandatory fields, etc) as well as the ability of records to refer to other records (sort of foreign keys). Despite its simplicity, recfiles can be used to store medium-sized databases. Recfiles are human-readable, human-writable and still they are easy to parse and to manipulate automatically. Obviously they are not suitable for many tasks (for example, it can be difficult to manage hierarchies in recfiles) and performance is somewhat sacrificed in favor of readability, but they are quite handy to store small to medium simple databases.
databases/MLDBM-Sync-0.30 (Score: 0.18718009)
MLDBM::Sync - safe concurrent access to MLDBM databases
This module wraps around the MLDBM interface, by handling concurrent access to MLDBM databases with file locking, and flushes i/o explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve performance for bundled reads & writes.
databases/Text-Query-SQL-0.09 (Score: 0.18718009)
Text-Query-SQL provides query builders for SQL databases
Text-Query-SQL provides query builders for SQL databases. Searching 'foo and bar' will retrieve rows containing the words foo and bar. It does it by generating the appropriate SQL request. Text-Query-SQL is derived from the Text-Query module.
databases/DB_Sqlite_Tools-0.1.7 (Score: 0.18718009)
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/pxtools-0.0.20 (Score: 0.18718009)
Collection of tools to work with Paradox databases
pxtools is a collection of tools to work with a Paradox-databases. pxtools consists of the following: * pxinfo scans the header of a specified database-file and dumps the important information. * pxsqldump/pxcsvdump are utilities to extract the data from a Paradox-database. The output is an SQL-/CSV-dump that can be used to recreate the database in an SQL-enviroment.
databases/mysql-2.8.2 (Score: 0.18645906)
Ruby module for accessing MySQL databases with a C API like interface
This is a Ruby module for accessing MySQL databases, which has the same functions as C API.