summaryrefslogtreecommitdiff
path: root/databases/py-sqlsoup/DESCR
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-03 10:21:13 +0000
committerrodent <rodent>2014-02-03 10:21:13 +0000
commitf917cda372fadfb7e6580a0d86d8255900480ad9 (patch)
tree4c91e23d7aeabfa9c7d1b9908611833f7dea33c9 /databases/py-sqlsoup/DESCR
parent99484f4cea4c1860b3bc197ed1b406d31b520117 (diff)
downloadpkgsrc-f917cda372fadfb7e6580a0d86d8255900480ad9.tar.gz
Import py27-sqlsoup-0.9.0 as databases/py-sqlsoup.
SQLSoup provides a convenient way to map Python objects to relational database tables, with no declarative code of any kind. It's built on top of the SQLAlchemy ORM and provides a super-minimalistic interface to an existing database.
Diffstat (limited to 'databases/py-sqlsoup/DESCR')
-rw-r--r--databases/py-sqlsoup/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/py-sqlsoup/DESCR b/databases/py-sqlsoup/DESCR
new file mode 100644
index 00000000000..bed3bdade77
--- /dev/null
+++ b/databases/py-sqlsoup/DESCR
@@ -0,0 +1,4 @@
+SQLSoup provides a convenient way to map Python objects to relational database
+tables, with no declarative code of any kind. It's built on top of the
+SQLAlchemy ORM and provides a super-minimalistic interface to an existing
+database.