summaryrefslogtreecommitdiff
path: root/databases/py-aiosql/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-aiosql/pkg-descr')
-rw-r--r--databases/py-aiosql/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/py-aiosql/pkg-descr b/databases/py-aiosql/pkg-descr
new file mode 100644
index 000000000000..c6e3cf10999b
--- /dev/null
+++ b/databases/py-aiosql/pkg-descr
@@ -0,0 +1,6 @@
+SQL is code. Write it, version control it, comment it, and run it using files.
+Writing your SQL code in Python programs as strings doesn't allow you to easily
+reuse them in SQL GUIs or CLI tools like psql. With aiosql you can organize
+your SQL statements in .sql files, load them into your python application as
+methods to call without losing the ability to use them as you would any other
+SQL file.