X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=README.rst;fp=README.rst;h=5092e8d9d271cb31f65cb25ff50fdc88f741c78c;hp=0000000000000000000000000000000000000000;hb=71665d24bf836911ce782d7438e67a5163a2b94b;hpb=73271a119cf021eb1b63b9acf07b748a02ded566 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..5092e8d --- /dev/null +++ b/README.rst @@ -0,0 +1,24 @@ +SQL converter. + +Author: Oleg Broytman . + +Copyright (C) 2016-2017 PhiloSoft Design. + +License: GPL. + +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. + +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