DbVisualizer

DbVisualizer 9.1.6

DbVisualizer project is a comercial and cross-platform database software designed for all major relational databases.DbVisualizer enables simultaneous connections to many different databases through JDBC drivers. What is new in this...

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

doppler

doppler 0.3

doppler is a simple Python tool for managing changes to your database.- doppler is ORM-agnostic- uses raw-SQL scripts as migrations- DBA's can write the scripts, no python knowledge required- gives you complete control over your schemaInstallationInstall...

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

DTGen

DTGen 0.12

DTGen is an open source and data driven source code generator for Oracle Application Express (APEX) export files and Oracle DDL (Data Dictionary Language) scripts.DTGen's functionality is described in details on the DTGen Functionality Wiki...

DumpTruck

DumpTruck 0.1.4

DumpTruck is a document-like interface to a SQLite database.Quick startInstall, save data and retrieve it using default settings.Installpip2 install dumptruck || pip install dumptruckInitializeOpen the database connection by initializing the a DumpTruck...

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

E*Reminders

E*Reminders 0.93.RC1

E*Reminders is a series of PHP scripts that interact with a MySQL database to setup email reminders for any events or occasions you'd like.It includes recurring reminders, advance notices, and password authentication for email addresses. It can be used...

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