mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1d28d00540
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 PR: ports/110925 Submitted by: Thinker K.F. Li <thinker at branda.to>
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
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
|