X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.txt;h=bbbb6bb91dccdd31eb8590cc644bca0ee3543184;hb=b3d839f1db88f27fe33179f82b323b3b378c382a;hp=c419cf780c681a6bf803a0d0d80ab3cfa6e39c5e;hpb=5d3f6b303b6843067972d980ca522e6284e1c003;p=sqlconvert.git diff --git a/README.txt b/README.txt index c419cf7..bbbb6bb 100644 --- a/README.txt +++ b/README.txt @@ -1,10 +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 and SQLObject to escape SQL strings and handle -connections. +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.