RethinkORM

RethinkORM 0.3.0

RethinkDB is a free distributed database system, created around the NoSQL principles.RethinkORM is just like any classical ORM, abstracting common database operations to Python functions.RethinkORM acts like a buffer layer between ReSQL and Python,...

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

node-mysql

node-mysql 2.9.0 updated

Because Node.js is an extremely fast platform, most of the times developers can't work with slower relative databases like MySQL opting for something much faster like newer and more productive NoSQL databases. But there are times when developers just...

CyMySQL

CyMySQL 0.8.1

Evolved from PyMySQL, a pure Python MySQL database client, CyMySQL uses C code to communicate with MySQL and Cython to interpret the C code to Python. Nevertheless, if Cython isn't available, it can also work without it via a Python codebase.What is new...

django-mssql

django-mssql 1.7 updated

Django is a high-level Python web framework for rapid development and clean, pragmatic design.This module simply allows Django-based apps to store their content and itneract with MS SQL databases.Thanks to the detailed documentation, django-mssql is very...