X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.txt;h=c419cf780c681a6bf803a0d0d80ab3cfa6e39c5e;hb=2b8ee2f51e148fd5ffb1ff41143c50c1fa8e815d;hp=7fff8cdfb5e9bbf384a2c7aea2829312e9b86ee8;hpb=a5d3343c843d8db71aee9850265ded969f8412cf;p=sqlconvert.git diff --git a/README.txt b/README.txt index 7fff8cd..c419cf7 100644 --- a/README.txt +++ b/README.txt @@ -3,11 +3,12 @@ Author: Oleg Broytman License: GPL This is sqlconvert, a library to perform SQL conversions. It uses -sqlparse to parse SQL. +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 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.