Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第831840项(搜索用时0.005秒)
DataSource driver using PHP Data Objects (PDO) and an SQL query
This is a DataSource driver for Structures_DataGrid using PHP Data Objects (PDO) and an SQL query.
databases/XML_Query2XML-1.7.2 (Score: 0.006224396)
PEAR class transform SQL queries into XML data
XML_Query2XML allows you to transform the records retrieved with one or more SQL SELECT queries into XML data. Very simple to highly complex transformations are supported. Is was written with performance in mind and can handel large amounts of data.
databases/chdb-1.0.3 (Score: 0.006224396)
CHDB extension
chdb implements a read-only memory mapped hash-table for PHP.
databases/pgpoolAdmin-3.3.1 (Score: 0.006224396)
Web-based administration tool for pgpool-II
Web-based administration tool for pgpool-II.
databases/mdbtools-1.0.0 (Score: 0.006224396)
PECL extension for the mdbtools library
A PECL extension to provide read access to MDB data files as used by Microsoft Access and its underlying JetEngine. It is based on libmdb from the mdbtools package.
databases/pure-sql3-0.5 (Score: 0.006224396)
Pure language binding to the SQLite3 library
Sql3 is an interface to the popular Sqlite3 database. The module provides a minimal wrapper around Sqlite3's C interface which is designed to give the developer access to all of Sqlite3's features in a way that is convenient for Pure programmers.
databases/puredb-2.1 (Score: 0.006224396)
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/plproxy-2.5 (Score: 0.006224396)
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.
databases/pxtools-0.0.20 (Score: 0.006224396)
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/apsw-3.13.0 (Score: 0.006224396)
Another Python SQLite Wrapper
APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards.