Ports Search

Results 7,5617,570 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
databases/GraphViz-DBI-1.100860 (Score: 2.1584389E-4)
GraphViz::DBI - graph database tables and relations
This perl module constructs a graph for a database showing tables and connecting them if they are related. While or after constructing the object, pass an open database handle, then call `graph_tables' to determine database metadata and construct a GraphViz graph from the table and field information.
databases/Protocol-CassandraCQL-0.11 (Score: 2.1584389E-4)
Wire protocol support functions for Cassandra CQL3
This module provides the basic constants and other support functions required to communicate with a Cassandra database using CQL3. It is not in itself a CQL client; it simply provides the necessary support functions to allow one to be written. For a complete client, see instead Net::Async::CassandraCQL.
databases/DB_DataObject-1.11.5 (Score: 2.1584389E-4)
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.
databases/pgpool-3.4.3 (Score: 2.1584389E-4)
Connection pool server for PostgreSQL
pgpool is a connection pool server for PostgreSQL. pgpool runs between PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it.
databases/redis-2.2.8 (Score: 2.1584389E-4)
PHP5 extension for Redis
This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues.
databases/apsw-3.13.0 (Score: 2.1584389E-4)
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.
databases/htsql-mysql-2.3.3 (Score: 2.1584389E-4)
Database Query Language (MySQL Backend for HTSQL)
HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the MySQL backend to HTSQL
databases/htsql-pgsql-2.3.3 (Score: 2.1584389E-4)
Database Query Language (PostgreSQL Backend for HTSQL)
HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting. This port provides the PostgreSQL backend to HTSQL
databases/htsql-2.3.3 (Score: 2.1584389E-4)
Database Query Language (Core & SQLite Backend)
HTSQL ("Hyper Text Structured Query Language") is a high-level query language for relational databases. The target audience for HTSQL is the accidental programmer -- one who is not a SQL expert, yet needs a usable, comprehensive query tool for data access and reporting.
databases/yasql-1.83 (Score: 2.1584389E-4)
Yet Another SQL*Plus Replacement
YASQL is an open source Oracle command line interface. YASQL features a much kinder alternative to SQL*Plus's user interface. This is meant to be a complete replacement for SQL*Plus when dealing with ad hoc queries and general database interfacing. Note: this is not a front-end to sqlplus!