A small application written in Python 2.7 with SQLAlchemy, PythonCard and wxGrid - blog announcement.
The python program require config.ini file created like that:
#
# Config for SQL Table Editor
#
title = SQL Table Editor
DSN = mssql+pymssql://user:password@localhost/wmsfd
DSN = mssql+pymssql://user:password@localhost/magazie
DSN = postgresql://ioan:***@localhost/blog
DSN = postgresql://ioan:***@localhost/nopass
DSN = mysql+pymysql://root:admin@localhost/database1
DSN = sqlite+pysqlite:///python.db
accessprompt = Access Password:
;accesspassword = 123
;enabledelete = yes
No copyright specified.
Feel free to use this software for both personal and commercial.