eeb09ba13b
- Trim Makefile header - Remove the leading article from COMMENT - Add LICENSE (BSD) - Change WWW line in pkg-descr - Take maintainership Approved by: culot / jpaetzel (mentors, implicit)
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
|