From 5d3f6b303b6843067972d980ca522e6284e1c003 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 25 Sep 2016 18:28:52 +0300 Subject: [PATCH] Update docs --- README.txt | 3 ++- docs/index.rst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 2.39.2