Télécharger la liste

Description du projet

sqlamp is an implementation of Materialized Path, an efficient algorithm for working with hierarchical data structures. sqlamp uses (and depends on) SQLAlchemy. Materialized Path is a way to store (and fetch) trees in a relational databases. It is the compromise between Nested Sets and Adjacency Relations in respect to simplicity and efficiency.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-14 11:07
0.6

Cette version ajoute une API pour déplacer les noeuds. Les versions de Python 2.4 à 3,2 et SQLAlchemy 0.5.x, 0.6.x: et 0.7.x sont pris en charge.
This release adds an API for moving nodes. Python versions 2.4 to 3.2 and SQLAlchemy 0.5.x, 0.6.x, and 0.7.x are supported.

2010-09-20 00:36
0.5.2

Cette version supporte 0.6.x Python 2.5 et SQLAlchemy ainsi que 0.5.x.
This version supports Python 2.5 and SQLAlchemy 0.6.x as well as 0.5.x.

2009-11-30 04:04
0.5.1

Inscription héritage table est maintenant pris en charge dans la fois un impératif et déclaratif façons.
Joined table inheritance is now supported in both imperative and declarative ways.

2009-09-06 05:40
0.5

Le présent communiqué contient certaines modifications incompatibles descendante dans les établissements d'installation. Les principaux faits saillants sont l'appui de la prolongation déclarative SQLAlchemy et peu de nettoyage dans les options constructeur MPManager's.
This release contains some backward-incompatible changes in setup facilities. The main highlights are support of declarative SQLAlchemy extension and some cleaning up in MPManager‘s constructor options.

Project Resources