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