]> git.phdru.name Git - sqlconvert.git/blob - README.rst
CI(travis): remove deprecated `sudo` keyword
[sqlconvert.git] / README.rst
1 SQL converter.
2
3 Author: Oleg Broytman <phd@phdru.name>.
4
5 Copyright (C) 2016-2018 PhiloSoft Design.
6
7 License: GPL.
8
9 sqlconvert is a library to perform SQL conversions. It uses sqlparse to
10 parse SQL and SQLObject to escape SQL strings and handle connections to DB
11 backends.
12
13 The library is in the early stage of development and currently cannot do
14 much.
15
16 The first goal is to implement mysql2sql, a script intended primarily to
17 convert mysqldump output (especially with extended INSERT syntax) to
18 standard SQL to load at least to PostgreSQL or SQLite.
19
20 | Home Page:     https://phdru.name/Software/Python/sqlconvert/
21 | Documentation: https://phdru.name/Software/Python/sqlconvert/docs/
22 | Git repo:      https://git.phdru.name/sqlconvert.git/
23 | GitHub repo:   https://github.com/phdru/sqlconvert
24 | Issue tracker: https://github.com/phdru/sqlconvert/issues
25 | PyPI:          https://pypi.org/project/sqlconvert/