License: GPL
This is sqlconvert, a library to perform SQL conversions. It uses
-sqlparse to parse SQL.
+sqlparse to parse SQL and SQLObject to escape SQL strings and handle
+connections.
The library is in the early stage of development and currently cannot do
much.
=====================================
This is sqlconvert, a library to implement SQL converters. It uses `sqlparse
-<https://github.com/andialbrecht/sqlparse>`_ to parse SQL.
+<https://github.com/andialbrecht/sqlparse>`_ to parse SQL and `SQLObject
+<http://sqlobject.org/>`_ to escape SQL strings and handle connections.
The library is in the early stage of development and currently cannot do much.