This release has been a major rewrite of the code, and functionality. The following changes have been made:
You can now have multiple SQL editor worksheets.
When using in Python 2.7, or 3, or greater a new ttk tree and leaf widget is used to show the database schema. The old 2.6 compatible version is left for backwards compatibility for those who only have 2.6.
WKT (Well Known Text) geometry objects have been repaired somewhat. (Though only the simple objects are available, POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, and GEOMETRYCOLLECTION).
WKB (Well Known Binary), Spatialite, and Geopackage geometry data are also viewable, though only the same simple objects that WKT display.
A load script maker for loading the Australian Geo-referenced National Address File (G-NAF) has been added to aid in loading the Pipe Separated Values (PSV) that the dataaset is released in (currently available here https://data.gov.au/dataset/geocoded-national-address-file-g-naf ). A view is also created that turns the Latitude and Longitude values of the ADDRESS_DEFAULT_GEOCODE table into WKT.
A automatic database Entity Relationship diagram modeller is available in two forms; one that shows tables and attributes, and one that shows just tables.
* I have used pyInstaller (available here https://www.pyinstaller.org/ ) to "freeze" my code into an executable. This has been added as the default download for Windows users, and has been provided to help people who don't know much about running Python programs in using the application.