]> git.phdru.name Git - sqlconvert.git/blob - README.txt
Update docs
[sqlconvert.git] / README.txt
1 Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
2 Author: Oleg Broytman <phd@phdru.name>
3 License: GPL
4
5 This is sqlconvert, a library to perform SQL conversions. It uses
6 sqlparse to parse SQL and SQLObject to escape SQL strings and handle
7 connections.
8
9 The library is in the early stage of development and currently cannot do
10 much.
11
12 The first goal is to implement mysql2sql, a script intended primarily to
13 convert mysqldump output (especially with extended INSERT syntax) to
14 standard SQL to load at least to PostgreSQL or SQLite.