Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第841850项(搜索用时0.007秒)
databases/cdb-0.34 (Score: 0.006224396)
Python interface to DJB's constant database library
python-cdb is D. J. Bernstein's constant database library adapted as a python extension module. cdb files are mappings of keys to values, designed for wickedly fast lookups and atomic updates. This module mimics the normal cdb utilities (cdb(get|dump|make)) via convenient high-level Python objects.
databases/forgetsql-0.5.1 (Score: 0.006224396)
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/oops-0.9.1 (Score: 0.006224396)
Object Oriented Database Library For Persistent Storage in Python
Object Oriented Database Library For Persistent Storage in Python
databases/dbtool-1.9.1 (Score: 0.006224396)
Store and retrieve data in a key/value format in a hash database
dbtool can be used to store and retrieve data in a key/value format in a hash database. Perl compatible regular expressions are supported both for storing and retrieving of data. It's main advantages are the ability to maintain huge amounts of data and speed.
databases/pymssql-2.1.1 (Score: 0.006224396)
Python database interface for MS-SQL. Version 2
PyMSSQL is a MS-SQL database adapter for the Python programming language. It was written from scratch using FreeTDS library. This is the version 2 release branch.
databases/sqlrelay-0.65.0 (Score: 0.006224396)
Python modules to access to SQL Relay
This package provides Python modules to access to SQL Relay.
databases/rrdtool_lgpl-1.0b1 (Score: 0.006224396)
Python interface to RRDTool, the graphing and logging utility
The python-rrdtool provides a interface to rrdtool, the wonderful graphing and logging utility. This wrapper implementation has worked from the scratch (without SWIG), and it's under LGPL.
databases/after_commit_queue-1.3.0 (Score: 0.006224396)
Allows to run callbacks after transaction is committed
Plugin for running methods on ActiveRecord models after record is committed
databases/bdb-0.2.1 (Score: 0.006224396)
Interface to Berkeley DB for GNUstep
BDB is a set of classes implementing an interface to Berkeley DB for the GNUstep and Mac OS X environment written in Objective-C language. It is based on the C API of Berkeley DB and offers an object oriented interface which relies on classes and mechanisms offered by the Foundation library. In its present state BDB just offers a reduced set of functionality of Berkeley DB. LICENSE: LGPL2 or later
databases/em-redis-unified-1.0.1 (Score: 0.006224396)
Eventmachine-based implementation of the Redis protocol
An EventMachine based library for interacting with the Redis data store by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's redis-rb library (distributed as part of Redis).