summaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-14 06:21:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-14 06:21:23 +0000
commita4e557cd7c5f4e03d2fe5181198fafaa9c3f0380 (patch)
tree3c031dd08abd110e2c5c19fb01654d9c8edce597 /databases/Makefile
parent[PATCH] devel/py-ui: happify portlint (diff)
[NEW PORT] databases/py24-axiom: Axion is an object database in python using sqlite3
Axiom is an object database, or alternatively, an object-relational mapper. Its primary goal is to provide an object-oriented layer with what we consider to be the key aspects of OO, i.e. polymorphism and message dispatch, without hindering the power of an RDBMS. It is designed to "feel pythonic", without encouraging the typical ORM behavior such as potato programming. Axiom provides a full interface to the database, which strongly suggests that you do not write any SQL of your own. Metaprogramming is difficult and dangerous (as many, many SQL injection attacks amply demonstrate). Writing your own SQL is still possible, however, and Axiom does have several methods which return fragments of generated schema if you wish to use them in your own queries. WWW: http://divmod.org/trac/wiki/DivmodAxiom PR: ports/95724 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes: svn path=/head/; revision=159475
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 edaf7b4369fc..89dd2d26166f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -358,6 +358,7 @@
SUBDIR += py-pysqlite20
SUBDIR += py-pysqlite21
SUBDIR += py-SQLDict
+ SUBDIR += py-axiom
SUBDIR += py-bsddb
SUBDIR += py-bsddb3
SUBDIR += py-cdb