SlimScrooge

SlimScrooge 1.0.14

SlimScrooge analyzes DB queries and slims them down to only the content asked in the query, with no additional data being returned in the results besides the one asked for.This reduces a databases CPU load and improves bandwidth usage and query...

Neo4j.rb

Neo4j.rb 6.1.1 updated

Neo4j.rb is basically an ORM (Object Relational Mapper) for Neo4j. Since Neo4j is a graph engine and not a relational database the correct term would actually be OGM, an Object Graph Mapper. Like any other ORM, ODM, or OGM, Neo4j.rb supports basic...

Sophia

Sophia 1.2.3 / 2.1-dev updated

Sophia was written in plain C and it was created after studying already existing key-value databases.Sophia developers analyzed, learned and tried to avoid all the problems with existing technologies and have created a new way of querying for data inside...

The IP2Location database is a well-known system for supporting basic IP-to-geo conversions.IP2Location makes it possible for developers to create geo-aware services and products, dynamically reading user IPs and providing the appropriate set of features...

Genghis

Genghis 2.3.11

Genghis is to MongoDB what phpMyAdmin is for MySQL.It's a powerful visual interface for developers, allowing them to abstract basic MongoDB operations to a visual interface, accessible through the users' browsers or mobile phones.Genghis runs from just...

RedisDB

RedisDB 2.50 updated

RedisDB was created so Perl developers can have an easier way to access Redis databases using native Perl code, without having to write C or SQL code to do so. The module creates an intermediary layer which handles all the down and gritty work of opening...

SQLObject

SQLObject 2.1.2 / 3.0.0a1dev-20150327 updated

SQLObject was built around a custom Python query language that provides an easy to use and easy to understand syntax for running various SQL commands.The SQLObject query language is basically a set of ready-made Python functions that abstract basic SQL...

Voldemort

Voldemort 1.9.6

Voldemort is written in Java and was developed by LinkedIn.It is not a classic relational database, being more close to NoSQL systems like Redis or FlockDB rather than to MySQL.Voldemort is for managing large amounts of data on multiple servers at...

Apache JDO is a Java API that provides easy & well documented methods for storing, accessing and manipulating persistent data.This kind of data is stored using classic POJOs (simple Java objects) and will allow developers to store some of their...