blob: e1fb65d4b7ddcc6de54ddb8ab3e383baaec2550f (
plain) (
blame)
1
2
3
4
5
6
|
sqlcc is a SQL Command Composer for Python. It make you coding SQL command
with Python's syntax, no more string composing. You can insert, update, and
query with sqlcc. Even you can initial a database with schema defined with
sqlcc.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc
|