summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-23 13:47:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-23 13:47:02 +0000
commit44c5f0ff2dd8b320d3c3c3b9d133c3fcb9df49a6 (patch)
treed479ddb7a278bf0b4636731f00e0d49a5d502d33 /databases/Makefile
parenthart::Clicker aims to be a powerful, extensible charting package that (diff)
The Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/ PR: ports/101920 Submitted by: Dryice Liu <dryice@dryice.name> Approved by: krion (mentor)
Notes
Notes: svn path=/head/; revision=171275
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 2d444f6eff65..365d66eeff1c 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -398,6 +398,7 @@
SUBDIR += py-psycopg
SUBDIR += py-psycopg2
SUBDIR += py-pyPgSQL
+ SUBDIR += py-sqlalchemy
SUBDIR += py-sqlite3
SUBDIR += py-sqlobject
SUBDIR += py-sqlrelay