X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fmysql2sql.rst;h=12e574b3676702d30b42ac3f37c18b5bd43c5049;hb=6d0a03d91697c78a14b7ef31aa71b47b400fbb4b;hp=aba493eed1522dab52c31d700bf3edeb365a018d;hpb=159b4e3d7127e719a0dd12013dd54bf05b276ba9;p=sqlconvert.git diff --git a/docs/mysql2sql.rst b/docs/mysql2sql.rst index aba493e..12e574b 100644 --- a/docs/mysql2sql.rst +++ b/docs/mysql2sql.rst @@ -1,16 +1,14 @@ -.. mysql2sql documentation master file, created by - sphinx-quickstart on Fri Jul 22 19:32:24 2016. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to mysql2sql's documentation! -===================================== +mysql2sql +========= This is mysql2sql, a mysql to sql converter. It is primary intended to convert mysqldump (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. -The program is in its initial phase and currently cannot do much. +The program is in the early stage of development and currently cannot do much. +It removes /\*! directives \*/, unescapes strings and passes everything else +unmodified. + .. highlight:: none