simple-db-migrate 2.0.0
The tool is inspired by Ruby on Rails' migrations. simple-db-migrate uses database's DDL (Data Definition Language) to do the database operations.To migrate a database, a special migration file must be...
The tool is inspired by Ruby on Rails' migrations. simple-db-migrate uses database's DDL (Data Definition Language) to do the database operations.To migrate a database, a special migration file must be...
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 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...
Allows connecting Python-driven websites to the CUBRID RDBMS.What is new in this release:Fixed the date_format error in django_cubrid. Fixed the 'LIMIT' format error in django_cubrid. What is new in version 9.0.0.0001:Not use two connect_ex and...
Data Generator Script will help developers in testing out their software and scripts by generating usable dummy data to fill in and use in their tests. Developers can control everything from the structure of the generated data, column headers and up to...
The MongoDB database is a document-oriented NoSQL database, perfect for high intensive load environments. The MongoDB Ruby Driver enables developers to write apps that connect, store and retrieve information from a MongoDB database. This is a MongoDB...
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...
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 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...
It acts as a database driver for creating MySQL-powered database applications. MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python.No MySQL libraries are needed, and no compilation is necessary to run this Python...