PgHero

PgHero 1.1.3 updated

PgHero can show a small status review for a desired PostgreSQL database. This is done via a Web-based interface where admins can go and check out how their database is being used. Admins can view a list of recent queries, current indexes, the disk space...

Prom

Prom 0.9.87 updated

Prom allows Python developers to interact with a PostgreSQL database via Python-specific syntax.This in turn allows developers more in-depth control over the database, even if their SQL skills aren't really that good.Prom was based on Mingo.Prom usage...

Squel.js

Squel.js 4.0.0 updated

Sometimes developers prefer using ORMs or query builders to run SQL operations.This is mainly because of SQL's complicated syntax and the different way each database engine interprets it.Squel.js allows developers to use JavaScript syntax to write their...

Apache Sqoop

Apache Sqoop 1.4.6 / 1.99.6 updated

Apache Sqoop is a must-have tool for every database administrator, letting them easily move data between the Hadoop NoSQL database to more classic database systems like PostgreSQL, MSSQL, MariaDB, or MySQL - a.k.a. relational databases.Sqoop basically...

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...

RockMongo

RockMongo 1.1.6

MongoDB is a powerful and very used document-oriented NoSQL database, perfect for high traffic and intensive load environments.Since this is a relative new database, working with MongoDB has always been a little difficult, mainly because of its CLI-based...

py2neo

py2neo 3.1.1 updated

Neo4j is a high-performance graph engine with all the features of a mature and robust database.It is a data store that falls into the boundaries of a NoSQL database system.The project provides support for the Graph Export Object File Format (GEOFF),...

Sequelize

Sequelize 3.9.0 updated

Sequelize works on the principle of mapping database entries to JS objects and vice versa. This is because JS objects are very well documented and JavaScript itself was modeled to deal with array structures much better than with SQL tables. This enables a...

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...