]> git.phdru.name Git - sqlconvert.git/blob - docs/index.rst
Rename mysql2sql -> sqlconvert
[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 This is sqlconvert, a library to implenet SQL converters. It uses `sqlparse
10 <https://github.com/andialbrecht/sqlparse>`_ to parse SQL.
11
12 The program is in its initial phase and currently cannot do much.
13
14 The first goal is to implemet `mysq2sql <mysq2sql.html>`_, a script intended
15 primarily to convert mysqldump (especially with extended INSERT syntax) to
16 standard SQL to load at least to PostgreSQL or SQLite.
17
18 Contents:
19
20 .. toctree::
21    :maxdepth: 2
22
23    mysq2sql
24
25
26 Indices and tables
27 ==================
28
29 * :ref:`genindex`
30 * `<api/modules.html>`_
31 * :ref:`search`
32
33
34 Credits
35 =======
36
37 Created by Oleg Broytman <phd@phdru.name>.
38
39 Copyright (C) 2016 PhiloSoft Design.
40
41
42 License
43 =======
44
45 GPL.