forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
275 B
Text
6 lines
275 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://bitbucket.org/thinker/sqlcc
|