X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Findex.rst;h=24c348b0e09cc96a0877af831071182eb7dda52c;hb=6e7b1489547b4fd5bd5faf49b1172b68fc14a257;hp=92893b357ded7ca237863b70868d8243dc611c88;hpb=f59fccedc02271c14f12f9887928e234b057aba1;p=sqlconvert.git diff --git a/docs/index.rst b/docs/index.rst index 92893b3..24c348b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,14 +6,17 @@ Welcome to sqlconvert's documentation! ===================================== -This is sqlconvert, a library to implenet SQL converters. It uses `sqlparse -`_ to parse SQL. +sqlconvert is a library to implement SQL converters. It uses `sqlparse +`_ to parse SQL and `SQLObject +`_ to escape SQL strings and handle connections to +DB backends. -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 `_, a script intended -primarily to convert mysqldump (especially with extended INSERT syntax) to -standard SQL to load at least to PostgreSQL or SQLite. +The first goal is to implement `mysql2sql `_, a script +intended primarily to convert mysqldump (especially with extended INSERT +syntax) to standard SQL to load at least to PostgreSQL or SQLite. Contents: @@ -36,7 +39,7 @@ Credits Created by Oleg Broytman . -Copyright (C) 2016 PhiloSoft Design. +Copyright (C) 2016-2017 PhiloSoft Design. License