Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Veröffentlichung fügt eine API für das Verschieben von Knoten. Python-Versionen 2.4 bis 3,2 und SQLAlchemy 0.5.x, 0.6.x und 0.7.x werden unterstützt.
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

Diese Version unterstützt Python 2.5 und SQLAlchemy 0.6.x sowie 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

Join-Tabelle Vererbung wird jetzt auch beim imperativen und deklarativen Weise unterstützt.
Joined table inheritance is now supported in both imperative and declarative ways.

2009-09-06 05:40
0.5

Diese Pressemitteilung enthält einige rückwärts inkompatible Änderungen im Setup-Einrichtungen. Die wichtigsten Highlights sind die Unterstützung des deklarativen SQLAlchemy Erweiterung und einige Aufräumarbeiten im Konstruktor MPManager die Optionen.
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