Commit Graph

8 Commits

Author SHA1 Message Date
fgsch
d8524fee7e Bump revision after python's default change. 2010-08-30 20:53:57 +00:00
naddy
e3ee31b058 Kill all instances of the dangerous RUN_DEPENDS=${BUILD_DEPENDS} idiom.
Bump pkgname where necessary.
2010-07-03 02:44:13 +00:00
eric
b0d7cfc066 update to 0.6.0
ok pea@
2009-12-31 12:31:44 +00:00
eric
8342adb218 update to 0.5.31
ok jasper@
2009-11-19 17:13:52 +00:00
espie
e5fd12af84 fix a few depends 2009-03-14 12:24:48 +00:00
djm
8499cec521 remove dependencies on removed python subpackages; prodded by sturm@ 2009-01-02 13:07:36 +00:00
eric
0ea1ade29b update to 0.5.28
ok wcmaier@
2008-09-01 19:10:22 +00:00
eric
0f93fe4464 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. 

ok martynas@
2008-05-03 12:40:49 +00:00