PythonReports is a toolkit aimed to build database reports in Python apps. The toolkit includes report template designer, report builder and several printout renderers for GUI and graphic file output.Report builder applies a template to a sequence of...

EasyDB

EasyDB 0.2

easydb is a really simple **SQLite wrapper** for that saves you from having to worry about creating tables or managing connections.It can be used on existing SQLite database by simply passing in the database filename:```pythonfrom easydb import EasyDBdb =...

dse

dse 4.0.0 RC1

dse is a simple and crude way of not executing SQL queries in sequence, but caching values until a given max value has been met and then execute them using the executemany-method. The result can be huge speed gains.dse was only tested on SQLite3 but...

DbWrench

DbWrench 3.3 updated

DbWrench is a commercial, multi-vendor, multi-platform database design and synchronization graphical application that includes diagraming features.Features of DbWrench include a syntax highlighting SQL query editor, support for many of today's most...

ceODBC

ceODBC 2.0.1

ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions.For more information on the database API specification, see here. Use the provided...

Dzo

Dzo 3.1.0

The Dzo software uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, Dzo creates the SQL statements needed to update the database schema (or you can let Dzo...

SQLAlchemy

SQLAlchemy 0.9.8

SQLAlchemy is an open source, platform-independent and free library software written in the Python programing language and designed from the ground up to act as a database abstraction library, ORM (Object Relational Mapper) and SQL toolkit for Python.If...