X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=README.txt;h=bbbb6bb91dccdd31eb8590cc644bca0ee3543184;hp=4e23eb116f6e80f64048278dee77654e59f4a72f;hb=8ec910640c86e0551bb6a31b1c63115eb52e8756;hpb=6d0a03d91697c78a14b7ef31aa71b47b400fbb4b diff --git a/README.txt b/README.txt index 4e23eb1..bbbb6bb 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,10 @@ -Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design -Author: Oleg Broytman -License: GPL +Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design. +Author: Oleg Broytman . +License: GPL. -This is sqlconvert, a library to perform SQL conversions. It uses -sqlparse to parse SQL. +sqlconvert is a library to perform SQL conversions. It uses sqlparse to +parse SQL and SQLObject to escape SQL strings and handle connections to DB +backends. The library is in the early stage of development and currently cannot do much.