Author: Oleg Broytman <phd@phdru.name>
License: GPL
-This is sqlconvert, a a library to perform SQL convertions. It uses
+This is sqlconvert, a library to perform SQL conversions. It uses
sqlparse to parse SQL.
The library is in the early stage of development and currently cannot do
much.
-The first goal is to implemet mysq2sql, a script intended primarily to
+The first goal is to implement mysq2sql, a script intended primarily to
convert mysqldump output (especially with extended INSERT syntax) to
standard SQL to load at least to PostgreSQL or SQLite.
Welcome to sqlconvert's documentation!
=====================================
-This is sqlconvert, a library to implenet SQL converters. It uses `sqlparse
+This is sqlconvert, a library to implement SQL converters. It uses `sqlparse
<https://github.com/andialbrecht/sqlparse>`_ to parse SQL.
-The program is in its initial phase and currently cannot do much.
+The library is in the early stage of development and currently cannot do much.
-The first goal is to implemet `mysq2sql <mysq2sql.html>`_, a script intended
+The first goal is to implement `mysq2sql <mysq2sql.html>`_, a script intended
primarily to convert mysqldump (especially with extended INSERT syntax) to
standard SQL to load at least to PostgreSQL or SQLite.