]> git.phdru.name Git - sqlconvert.git/commitdiff
Update docs
authorOleg Broytman <phd@phdru.name>
Sun, 25 Sep 2016 15:28:52 +0000 (18:28 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 25 Sep 2016 15:33:28 +0000 (18:33 +0300)
README.txt
docs/index.rst

index 4e23eb116f6e80f64048278dee77654e59f4a72f..c419cf780c681a6bf803a0d0d80ab3cfa6e39c5e 100644 (file)
@@ -3,7 +3,8 @@ Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
 This is sqlconvert, a library to perform SQL conversions. It uses
 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.
 
 The library is in the early stage of development and currently cannot do
 much.
index 84f0dd31e7247e9b4e3b45e3cd03870ac8426b5c..d81db53cf40a2f8001a0205600cdef7b832d716c 100644 (file)
@@ -7,7 +7,8 @@ Welcome to sqlconvert's documentation!
 =====================================
 
 This is sqlconvert, a library to implement SQL converters. It uses `sqlparse
 =====================================
 
 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.
 
 
 The library is in the early stage of development and currently cannot do much.