]> git.phdru.name Git - sqlconvert.git/blob - docs/index.rst
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[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 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 library is accompanied with `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    install
27    mysql2sql
28    news
29
30
31 Indices and tables
32 ==================
33
34 * :ref:`genindex`
35 * `<api/modules.html>`_
36 * :ref:`search`
37
38
39 Credits
40 =======
41
42 Created by Oleg Broytman <phd@phdru.name>.
43
44 Copyright (C) 2016-2017 PhiloSoft Design.
45
46
47 License
48 =======
49
50 GPL.