aboutsummaryrefslogtreecommitdiff
path: root/databases/py-axiom
Commit message (Collapse)AuthorAgeFilesLines
* Make use of the @rmtry macroEdwin Groothuis2008-04-191-1/+1
| | | | Notes: svn path=/head/; revision=211559
* - Cleanup plugin caches so that py-mantissa can be uninstalled cleanlyAlexander Botero-Lowry2007-11-242-0/+2
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=202811
* - Actually drop maintainershipAlexander Botero-Lowry2007-10-121-1/+1
| | | | Notes: svn path=/head/; revision=201369
* - update to 0.5.20Alexander Botero-Lowry2007-10-123-4/+136
| | | | | | | | | | - drop maintainership PR: 115409 Submitted by: Piet Delport <pjd@satori.za.net> Notes: svn path=/head/; revision=201368
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Change all my MAINTAINER lines to my new FreeBSD.org address.Alexander Botero-Lowry2006-09-131-1/+1
| | | | | | | Approved by: novel Notes: svn path=/head/; revision=172903
* [PATCH] databases/py-axiom: fix pkg-plistEdwin Groothuis2006-04-161-6/+6
| | | | | | | | | | Stupid mistake in pkg-plist.. PR: ports/95845 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Notes: svn path=/head/; revision=159686
* [NEW PORT] databases/py24-axiom: Axion is an object database in python using ↵Edwin Groothuis2006-04-144-0/+226
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: svn path=/head/; revision=159475