ToroDB

ToroDB 0.23 / 0.40-alpha3 updated

ToroDB mixes the NoSQL and RDBMS design patterns allowing fast data storage of JSON files but all the versatility and query power of classic relational databases. The database engine was built on the MongoDB protocol which allows it to easily work and...

Amazon DynamoDB

Amazon DynamoDB 2015-11-12 (beta) updated

Designed to be part of the Amazon Web Services (AWS) toolkit, DynamoDB is a powerful data store server, managed by Amazon, for users not owning or wanting to deal with the infrastructure of huge and powerful database systems. DynamoDB works by...

pycassa

pycassa 1.11.1

The users running Cassandra 0.6.x series should use pycassa 0.3.0, users using the 0.7.x series can use the newer versions.Features:Auto-failover support Support for single or thread-local connections Connection pooling Thrift interface Batch interface A...

DataMgr

DataMgr 2.5.1

DataMgr is a wrapper around basic CRUD (Create Read Update Delete) database operations allowing developers to easily write code that connects and then modifies data stored inside a database.On top of this, developers can also use DataMgr to define a...

Apache OpenJPA

Apache OpenJPA 2.4.0 / 1.2.3 updated

Apache OpenJPA comes in two separate branches, each production level material.The differences between the two are the standards they implement. The 1.x branch follows the JSR-220 Enterprise Java Beans 3.0 specificationm while the 2.x branch was modeled...

pymssql 2.1.1

pymssql does not use ODBC to talk to MS-SQL servers, but utilizes a native C API.This enables a wider usage spectrum, allowing pymssql to be used from many OS platforms and various DB configurations.Features:cursor-pointer" onclick="spovl3hide();">...

Apache Drill

Apache Drill 1.4.0 updated

Apache Drill was created to allow developers to query up to 10,000 servers and handle petabytes of query data within seconds. Drill is Apache's response to Google's Dremel package, providing an open source solution for running large data...

Mimeo

Mimeo 1.4.1 updated

Mimeo can be used to move database tables from one PostgreSQL database to another. Includes support for three replication strategies: 1. Snapshot - entire table copied from one DB to another 2. Incremental - data is moved as new content is detected 3. DML...

tomdb

tomdb 0.4.2

tomdb doesn't actually deal directly with MySQL, but it wraps around MySQLdb, a well-known, mature Python client to MySQL. tomdb basically simplifies the entire process of dealing with MySQL queries and other SQL transaction, making it easy even for...