]> git.phdru.name Git - sqlconvert.git/blobdiff - README.txt
Version 0.1.2: Fix dependencies
[sqlconvert.git] / README.txt
index 86b1b0513690252b34a648759d32039955bd8109..bbbb6bb91dccdd31eb8590cc644bca0ee3543184 100644 (file)
@@ -1,12 +1,14 @@
-Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
-Author: Oleg Broytman <phd@phdru.name>
-License: GPL
+Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design.
+Author: Oleg Broytman <phd@phdru.name>.
+License: GPL.
 
 
-This is sqlconvert, a a library to perform SQL convertions. It uses
-sqlparse to parse SQL.
+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 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
+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.
 convert mysqldump output (especially with extended INSERT syntax) to
 standard SQL to load at least to PostgreSQL or SQLite.