From: Oleg Broytman Date: Sun, 25 Sep 2016 15:28:52 +0000 (+0300) Subject: Update docs X-Git-Tag: 0.0.6~1 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=5d3f6b303b6843067972d980ca522e6284e1c003 Update docs --- diff --git a/README.txt b/README.txt index 4e23eb1..c419cf7 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,8 @@ Author: Oleg Broytman 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. diff --git a/docs/index.rst b/docs/index.rst index 84f0dd3..d81db53 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,8 @@ Welcome to sqlconvert's documentation! ===================================== This is sqlconvert, a library to implement SQL converters. It uses `sqlparse -`_ to parse SQL. +`_ 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.