MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments.Fang of Mongo was created to allow database administrators a way to explore their MongoDB databases.Created for remote databases at first, Fang of...

pg_repack

pg_repack 1.3.2 updated

pg_repack is an unofficial fork from the now abandoned pg_org project. As the original pg_org extension, pg_repack does not lock any tables when moving data around and can be used to optimize production level databases. pg_repack comes with three distinct...

Apache Tajo

Apache Tajo 0.11.0 updated

A data warehouse system is a database used for reporting and data analysis. Apache Tajo is the implementation of this concept, but specifically tailored to work with Hadoop, a powerful NoSQL database developed by Yahoo and currently managed by the Apache...

SQLAlchemy

SQLAlchemy 1.0.6 updated

Used mostly for its ORM, SQLAlchemy is much more than that.SQLAlchemy builds its own query language and custom persistence patterns for high-performance and easy access to stored data.What is new in this release:One fairly serious unit-of-work regression...

EJDB

EJDB 1.2.8 updated

EJDB was modeled after MongoDB and uses a key-value pair system (NoSQL) to store data in static JSON files.This means, as with any NoSQL-like database that it's fast, but can't work with too complicated data structures.What is new in this...

pgFormatter

pgFormatter 1.5 updated

pgFormatter can remove comments from the code, can enable syntax highlighting in the output for an increased readability, developers can control how the script handles keywords and functions, and they can also customize the indentation size. SQL code can...

Ashikawa

Ashikawa 0.14.0 / 0.1.3

Ashikawa allows developers to interact with the ArangoDB REST API from Ruby-based services, websites or applications.It provides low level access and is basically an ODM (object document mapper), similar to what an ORM (object relational mapper)...

CDatabase

CDatabase 0.1.1 updated

CDatabase simplifies the process of working with PDO as a database interfacing layer. PDO stands for PHP Data Objects, and it's a simple PHP extension that can be used as a database abstraction layer. For a few years PDO has been shipping by default...

MoSQL

MoSQL 0.10

MoSQL is a lightweight module that allows Python developers to use Python-specific syntax to work with SQL-driven databases.This means the code written to interact with the database looks like Python, but is converted to standard, working SQL statements...