New Database Tools Scripts for Web
The Firebird database is a relational database based on many ANSI SQL standard features.Firebird is a quite stable and includes cross-platform support for all the major operation systems Python runs on also.It is not the most well known database around,...
Peewee's main goal is to keep size as down as possible, while supporting as many features as possible.What is new in this release:Better support for setting the character encoding on PostgreSQL database connections.
Improved implementation of...
Implementing the latest SQL 2011 language features, HSQLDB, also known as the HyperSQL Database is a modern toolkit for running a Java-based data storage unit.HSQLDB is an alternative to C and C++ based databases that need a special API and client...
SIDU is an acronym for SQL Select Insert Delete Update and currently supports the MySQL, SQLite, PostgreSQL, and CUBRID database engines.It allows administrators to easily create new databases, add tables, manage their structure, and eventually edit the...
The CUBRID Node.js Driver allows connecting of Node.js-driven websites and apps to the CUBRID RDBMS.Data can be saved and retrieved from the database, and users can also run queries and fetch results.What is new in this release:Fixed:
When closing a...
Apache OpenJPA comes in two separate branches, each production level material.The differences between the two are the standards they implement. The 1.x branch follows the JSR-220 Enterprise Java Beans 3.0 specificationm while the 2.x branch was modeled...
Written in Python, HumbleDB is an ODM for MongoDB databases.It provides an abstraction layer on which DB interactions can be built, allowing Python apps to connect and interact with MongoDB databases.What is new in this release:Adds support for SSL.
What...
django-mysql comes to boost Django's built-in MySQL support, also allowing interaction with MariaDB, an open source, community fork of MySQL started by the database's original creator.The module comes as a completion to Django's native MySQL capabilities,...
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...
The MongoDB database is a document-oriented NoSQL database, perfect for high intensive load environments.The MongoDB PHP Driver enables developers to write apps and websites that connect, store and retrieve information from a MongoDB database.This...