Ports Search

Results 771780 of 1,144 for /databases/.(0.003 seconds)
databases/kyotocabinet-1.22 (Score: 0.09045241)
Python binding of kyotocabinet
Python binding of kyotocabinet.
databases/leveldb-0.1.20130428 (Score: 0.09045241)
Thread-safe Python binding for LevelDB
py-leveldb is a thread-safe Python bindings for LevelDB. It has all features from the LevelDB API, except for: - Arbitrary key comparison - Snapshots - All iteration except for single-step forward
databases/motor-0.6.2 (Score: 0.09045241)
Non-blocking MongoDB driver for Tornado or asyncio
Motor presents a callback- or Future-based API for non-blocking access to MongoDB from Tornado or asyncio.
databases/mycli-1.6.0 (Score: 0.09045241)
CLI for MySQL Database with auto-completion and syntax highlighting
mycli is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
databases/pyodbc-3.0.10 (Score: 0.09045241)
ODBC connections for python
pyodbc is a Python module that allows you to use ODBC to connect to almost any database from Windows, Linux, OS/X, and more. It implements the Python Database API Specification v2.0, but additional features have been added to simplify database programming even more.
databases/postgresql-1.1.0 (Score: 0.09045241)
Python 3 compatible PostgreSQL database driver and tools
Pure Python All code, at first, is written in pure Python so that py-postgresql will work anywhere that you can install Python 3. Optimizations in C are made where needed, but are always optional. Prepared Statements Using the PG-API interface, protocol-level prepared statements may be created and used multiple times. db.prepare(sql)(*args) COPY Support Use the convenient COPY interface to directly copy data from one connection to another. No intermediate files or tricks are necessary. Arrays and Composite Typescw Arrays and composites are fully supported. Queries requesting them will returns objects that provide access to the elements within. "pg_python" Quick Console Get a Python console with a connection to PostgreSQL for quick tests and simple scripts.
databases/dbtool-1.9.1 (Score: 0.09045241)
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/mysql2pgsql-0.1.6 (Score: 0.09045241)
Tool for migrating/converting from MySQL to PostgreSQL
Tool for migrating/converting from mysql to postgresql.
databases/mysqlclient-1.3.7 (Score: 0.09045241)
MySQL database connector for Python
MySQL database connector for Python (with Python 3 support).
databases/pyhs-0.2.4 (Score: 0.09045241)
HandlerSocket client for Python
pyhs (python-handler-socket) is a Python client library for the HandlerSocket <https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/> MySQL plugin.