X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=README.txt;h=5cb1bbf8960900594f1d95f493728607b60ada18;hp=a70e97069eba7c8cfc4ee11bc44a9f385cfaa095;hb=e8beeb55405cb5b29d424d247d2e06a13d907597;hpb=6ff69e1108b92a850115e3639d867e5fa84d6096 diff --git a/README.txt b/README.txt index a70e970..5cb1bbf 100644 --- a/README.txt +++ b/README.txt @@ -1,9 +1,20 @@ -Broytman mysql to 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 mysql2sql, a mysql to sql converter. Intended primarily to -convert mysqldump (especially with extended INSERT syntax) to standard -SQL to load at least to PostgreSQL or SQLite. +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. -Uses sqlparse to parse SQL. +The library is in the early stage of development and currently cannot do +much. + +The first goal is to implement mysql2sql, a script intended primarily to +convert mysqldump output (especially with extended INSERT syntax) to +standard SQL to load at least to PostgreSQL or SQLite. + +Home Page: http://phdru.name/Software/Python/sqlconvert/ +Documentation: http://phdru.name/Software/Python/sqlconvert/docs/ +Git repo: http://git.phdru.name/sqlconvert.git/ +GitHub repo: https://github.com/phdru/sqlconvert +Issue tracker: https://github.com/phdru/sqlconvert/issues