summaryrefslogtreecommitdiffstats
path: root/python/sqlparse/README
diff options
context:
space:
mode:
author David Spencer2016-08-30 23:23:02 +0200
committer Willy Sudiarto Raharjo2016-08-30 23:23:02 +0200
commit5f0c2f5c1928a68163b9cc5813e5f5b9c612bd19 (patch)
tree11db7f2b5ac36979d304b0958eec286029092bd3 /python/sqlparse/README
parent0a715f35acb9a21f43826d82b574a9a40b2adc17 (diff)
downloadslackbuilds-5f0c2f5c1928a68163b9cc5813e5f5b9c612bd19.tar.gz
python/sqlparse: Added (SQL parser for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/sqlparse/README')
-rw-r--r--python/sqlparse/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/sqlparse/README b/python/sqlparse/README
new file mode 100644
index 0000000000..9aa2a786ba
--- /dev/null
+++ b/python/sqlparse/README
@@ -0,0 +1,2 @@
+sqlparse is a non-validating SQL parser module for Python. It provides support
+for parsing, splitting and formatting SQL statements.