]> git.phdru.name Git - sqlconvert.git/blobdiff - README.txt
Remove publish-docs
[sqlconvert.git] / README.txt
index c419cf780c681a6bf803a0d0d80ab3cfa6e39c5e..5cb1bbf8960900594f1d95f493728607b60ada18 100644 (file)
@@ -1,10 +1,10 @@
-Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
-Author: Oleg Broytman <phd@phdru.name>
-License: GPL
+Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design.
+Author: Oleg Broytman <phd@phdru.name>.
+License: GPL.
 
-This is sqlconvert, a library to perform SQL conversions. It uses
-sqlparse to parse SQL and SQLObject to escape SQL strings and handle
-connections.
+sqlconvert is a library to perform SQL conversions. It uses sqlparse to
+parse SQL and SQLObject to escape SQL strings and handle connections to DB
+backends.
 
 The library is in the early stage of development and currently cannot do
 much.
@@ -12,3 +12,9 @@ much.
 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/
+GitHub repo:   https://github.com/phdru/sqlconvert
+Issue tracker: https://github.com/phdru/sqlconvert/issues