aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2019-12-24 05:56:58 +0000
committerBen Woods <woodsb02@FreeBSD.org>2019-12-24 05:56:58 +0000
commit1a7a7b16f704f4faec1269e62df73714cceeda8f (patch)
tree051daa0997ecaf43b6babd043528c5c5b965159c /databases/Makefile
parentf5c9f39cfcabb71fb63296dca18062e13325e921 (diff)
downloadports-1a7a7b16f704f4faec1269e62df73714cceeda8f.tar.gz
ports-1a7a7b16f704f4faec1269e62df73714cceeda8f.zip
Add new port databases/py-pony
Using Pony object-relational mapper you can concentrate on writing business logic of your application and use Python syntax for interacting with the database. Pony translates such queries into SQL and executes them in the database in the most efficient way. WWW: https://ponyorm.org/ PR: 242767 Submitted by: Goran Mekić <meka@tilda.center>
Notes
Notes: svn path=/head/; revision=520778
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index e94c874cb9e2..18f777d55686 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -811,6 +811,7 @@
SUBDIR += py-pgxnclient
SUBDIR += py-pickledb
SUBDIR += py-pickleshare
+ SUBDIR += py-pony
SUBDIR += py-postgresql
SUBDIR += py-psycogreen
SUBDIR += py-psycopg2