X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=README.txt;h=bbbb6bb91dccdd31eb8590cc644bca0ee3543184;hp=64b1299f4800a9735a6d09dc435e4c0dc3c6ec10;hb=8ec910640c86e0551bb6a31b1c63115eb52e8756;hpb=84c37038181c538386a5f152dc486f8a8664a7c0 diff --git a/README.txt b/README.txt index 64b1299..bbbb6bb 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,14 @@ -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 program is in its initial phase 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.