firebirdsql

firebirdsql 0.9.8 updated

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

peewee 2.6.2 updated

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

SIDU

SIDU 5.3 updated

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

Apache OpenJPA

Apache OpenJPA 2.4.0 / 1.2.3 updated

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

HumbleDB

HumbleDB 5.6.0 updated

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

django-mysql 0.2.1 updated

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

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