]> git.phdru.name Git - sqlconvert.git/blob - docs/index.rst
24c348b0e09cc96a0877af831071182eb7dda52c
[sqlconvert.git] / docs / index.rst
1 .. sqlconvert documentation master file, created by
2    sphinx-quickstart on Fri Jul 22 19:32:24 2016.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 Welcome to sqlconvert's documentation!
7 =====================================
8
9 sqlconvert is a library to implement SQL converters. It uses `sqlparse
10 <https://github.com/andialbrecht/sqlparse>`_ to parse SQL and `SQLObject
11 <http://sqlobject.org/>`_ to escape SQL strings and handle connections to
12 DB backends.
13
14 The library is in the early stage of development and currently cannot do
15 much.
16
17 The first goal is to implement `mysql2sql <mysql2sql.html>`_, a script
18 intended primarily to convert mysqldump (especially with extended INSERT
19 syntax) to standard SQL to load at least to PostgreSQL or SQLite.
20
21 Contents:
22
23 .. toctree::
24    :maxdepth: 1
25
26    mysql2sql
27
28
29 Indices and tables
30 ==================
31
32 * :ref:`genindex`
33 * `<api/modules.html>`_
34 * :ref:`search`
35
36
37 Credits
38 =======
39
40 Created by Oleg Broytman <phd@phdru.name>.
41
42 Copyright (C) 2016-2017 PhiloSoft Design.
43
44
45 License
46 =======
47
48 GPL.