X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.rst;h=5293e6d87f39bd919a21fa5bfd1166df643c8ce9;hb=38fd71112379459e7c2e239538f16e0a60e37c46;hp=0fff396a355ef2ae6bbfd72d9c8beb81253baaba;hpb=ff6ca993b08568d4b10039f24f40465ae81c7fc2;p=sqlconvert.git diff --git a/README.rst b/README.rst index 0fff396..5293e6d 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ SQL converter. Author: Oleg Broytman . -Copyright (C) 2016-2018 PhiloSoft Design. +Copyright (C) 2016-2021 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.org/project/sqlconvert/ + +:: + + pip install sqlconvert