summaryrefslogtreecommitdiff
path: root/python/sqlparse/README
diff options
context:
space:
mode:
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.