Skip to content

An SQL table editor written in Python with SQLAlchemy, PythonCard and wxGrid

Notifications You must be signed in to change notification settings

icoman/SQL-Table-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An SQL table editor written in Python with SQLAlchemy, PythonCard and wxGrid

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published