X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=README.txt;h=86b1b0513690252b34a648759d32039955bd8109;hp=64b1299f4800a9735a6d09dc435e4c0dc3c6ec10;hb=159b4e3d7127e719a0dd12013dd54bf05b276ba9;hpb=5ecbd0d7b0fdd14e669438b44845eabe82285648 diff --git a/README.txt b/README.txt index 64b1299..86b1b05 100644 --- a/README.txt +++ b/README.txt @@ -1,11 +1,12 @@ -Broytman mysql to sql converter, Copyright (C) 2016 PhiloSoft Design +Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design Author: Oleg Broytman License: GPL -This is mysql2sql, a mysql to sql converter. Intended primarily to -convert mysqldump (especially with extended INSERT syntax) to standard -SQL to load at least to PostgreSQL or SQLite. +This is sqlconvert, a a library to perform SQL convertions. It uses +sqlparse to parse SQL. -Uses sqlparse to parse SQL. +The library is in its initial phase and currently cannot do much. -The program is in its initial phase and currently cannot do much. +The first goal is to implemet 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.