]> git.phdru.name Git - sqlconvert.git/blob - README.txt
Add home/repo/tracker URLs
[sqlconvert.git] / README.txt
1 Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design.
2 Author: Oleg Broytman <phd@phdru.name>.
3 License: GPL.
4
5 sqlconvert is a library to perform SQL conversions. It uses sqlparse to
6 parse SQL and SQLObject to escape SQL strings and handle connections to DB
7 backends.
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.
15
16 Home Page:     http://phdru.name/Software/Python/sqlconvert/
17 Documentation: http://phdru.name/Software/Python/sqlconvert/docs/
18 Git repo:      http://git.phdru.name/sqlconvert.git/
19 GitHub repo:   https://github.com/phdru/sqlconvert
20 Issue tracker: https://github.com/phdru/sqlconvert/issues