Skip to content

Latest commit

 

History

3 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

关于

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

Topics

Resources

Stars

9 stars

关注者

1 watching

复刻s

发布

贡献者

Languages