Ports Search

Results 2,4512,460 of 5,886 for /net-im/.(0.004 seconds)
databases/bbdb-2.35 (Score: 0.0070083328)
Big Brother Database
BBDB is a rolodex-like database program for GNU Emacs. BBDB stands for Insidious Big Brother Database, and is not, repeat, _not_ an obscure reference to the Buck Rogers TV series. Put the expression below into your ~/.emacs (require 'bbdb) (bbdb-initialize)
databases/buzhug-1.8 (Score: 0.0070083328)
Pure-Python database engine
buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database); the implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language. The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries.
databases/libdrizzle-0.8 (Score: 0.0070083328)
Client and protocol library for the Drizzle database
This is the client and protocol library for the Drizzle project. The server, drizzled, will use this as for protocol library. Client utilities and any new projects that require low-level protocol communication (like proxies). Other language interfaces (PHP extensions, Python DBI, Perl DBD, SWIG, ...) should be built off of this library.
databases/libdrizzle-5.1.4 (Score: 0.0070083328)
Client and protocol library for the Drizzle database
Drizzle Client & Protocol Library. This project is for the new development of the MySQL compatible C connector library called libdrizzle-redux.
databases/libodbc++-0.2.5 (Score: 0.0070083328)
C++ class library and toolset for ODBC access to data sources
Libodbc++ aims to be a complete C++ development environment for data source (typically SQL database) access. It exists in the form of a class library and a set of tools. Libodbc++ currently provides a subset of the JDBC 2.0 specification functionality. Libodbc++ runs on top of ODBC, i.e. it needs to be compiled with support for an ODBC driver manager. It currently supports either iODBC or unixODBC. This port allows the user to select which driver manager to use via a build-time variable definition - see the comments in the Makefile for further details.
databases/adodb-ext-5.04 (Score: 0.0070083328)
ADOdb Extension
This ADOdb Extension provides up to 100% speedup by replacing parts of ADOdb with C code. ADOdb will auto-detect if this extension is installed and use it automatically. This extension is compatible with ADOdb 3.32 or later, and PHP 4.3.*, 4.4.*, 5.0.* and 5.1.*.
databases/mdcached-1.0.9 (Score: 0.0070083328)
High performance cache server similar to memcached
Bullet Cache is a memory database intended to be used much like memcached, but offering much higher flexibility through use of record tags which can be used to perform bulk operations on sets of records. It has its own binary network protocol which is accessible through Unix domain sockets and through TCP. It is indended to be accessed through a high-performance C library.
databases/mdcached-1.0.9 (Score: 0.0070083328)
The PHP client library for Bullet Cache (mdcached)
Bullet Cache is a memory database intended to be used much like memcached, but offering much higher flexibility through use of record tags which can be used to perform bulk operations on sets of records. This port contains the PHP client module for Bullet Cache.
databases/mtop-0.6.6 (Score: 0.0070083328)
MySQL Monitoring Tool
mtop (MySQL top) monitors a MySQL server showing the queries which are taking the most amount of time to complete. Features include 'zooming' in on a process to show the complete query, 'explaining' the query optimizer information for a query and 'killing' queries. In addition, server performance statistics, configuration information, and tuning tips are provided. mkill (MySQL kill) monitors a MySQL server for long running queries and kills them after a specified time interval. Queries can be selected based on regexes on the user, host, command, database, state and query.
databases/mydumper-0.9.1 (Score: 0.0070083328)
MySQL Data Dumper
How MySQL DBA & support engineer would imagine 'mysqldump' ;-)