Mongoid

Mongoid 5.0.0 updated

MongoDB is a document-oriented database, perfect for high intensive load environments. Mongoid is written in Ruby and it offers a familiar API for developers that previously used ORMs like Data Mapper or Active Record. Because of MongoDB's...

Geobaza

Geobaza 15.11 updated

It simpler terms, Geobaza converts an IP address into a geographical coordinate.Geobaza is distributed as a database binary file, database in CSV format, and with open-source APIs for different programming languages.Demos and use cases for PHP 4, C and...

Apache Derby

Apache Derby 10.12.1.1 updated

Apache Derby is one of the first database engines the Apache Software foundation hosted under its umbrella before big names like Yahoo's Hadoop, Facebook's Cassandra, or IBM's CouchDB were also donated to it. Coded from the beginning to...

Hibernate

Hibernate 5.0.3 updated

If you really download and look at Hibernate's source, you'll see it's a collection of different Java projects. The most important of them all is Hibernate ORM, a simple relational database mapping solution for Java, that sits at the center...

node-postgres

node-postgres 4.4.3 updated

node-postgres will allow Node.js-driven applications to store and retrieve data from PostgreSQL applications. The library contains a pure JavaScript driver for various PostgreSQL operations, and additional JS bindings for the libpg library, for supporting...

Blazer

Blazer 1.1.0 updated

Blazer supports MySQL and PostgreSQL databases and can be used to aid developing Web projects in teams where not all the developers reside in the same office or building.Developers can create database queries and then share it with their team.Each created...

Mongoose

Mongoose 4.4.3 updated

Mongoose is an intermediary layer between your JavaScript code and a MongoDB database. It takes instructions written in JavaScript, converts them to MongoDB queries, runs them, fetches the results, and makes them available to the JS application as a...

Humongous

Humongous 1.0.2 updated

MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments.Humongous was created to allow database administrators a way to explore their MongoDB databases via a Web browser.The Humongous UI was inspired by...

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