Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 981 Bytes

File metadata and controls

33 lines (21 loc) · 981 Bytes

SQL Table Editor

A small application written in Python 2.7 with SQLAlchemy, PythonCard and wxGrid - blog announcement.

SQL Table Editor - edit blog gategories

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.