forked from Lainports/freebsd-ports
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
6 lines
293 B
Text
6 lines
293 B
Text
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
|