]> git.phdru.name Git - sqlconvert.git/blobdiff - README.txt
Update docs
[sqlconvert.git] / README.txt
index 048b70ca444ddd0231195a48fe7a4f6905864639..c419cf780c681a6bf803a0d0d80ab3cfa6e39c5e 100644 (file)
@@ -1,5 +1,14 @@
-Broytman mysql2sql, Copyright (C) 2016 PhiloSoft Design
+Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
 Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
-This is a mysql2sql.
+This is sqlconvert, a library to perform SQL conversions. It uses
+sqlparse to parse SQL and SQLObject to escape SQL strings and handle
+connections.
+
+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.