X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=README.rst;h=7de23df022320cef3eada966f08c6c25c3aa63dc;hp=813ddef533df6a11d636e056f9f58f75b52f2b9e;hb=HEAD;hpb=2d33753f7a6fadbfb6e6e0fc4300b58ed3a98741 diff --git a/README.rst b/README.rst index 813ddef..22113ca 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ SQL converter. Author: Oleg Broytman . -Copyright (C) 2016-2017 PhiloSoft Design. +Copyright (C) 2016-2024 PhiloSoft Design. License: GPL. @@ -17,9 +17,13 @@ The first goal is to implement mysql2sql, a script intended primarily to convert mysqldump output (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite. -| Home Page: http://phdru.name/Software/Python/sqlconvert/ -| Documentation: http://phdru.name/Software/Python/sqlconvert/docs/ -| Git repo: http://git.phdru.name/sqlconvert.git/ +| Home Page: https://phdru.name/Software/Python/sqlconvert/ +| Documentation: https://phdru.name/Software/Python/sqlconvert/docs/ +| Git repo: https://git.phdru.name/sqlconvert.git/ | GitHub repo: https://github.com/phdru/sqlconvert | Issue tracker: https://github.com/phdru/sqlconvert/issues -| PyPI: https://pypi.python.org/pypi/sqlconvert +| PyPI: https://pypi.org/project/sqlconvert/ + +:: + + pip install sqlconvert