Downloadliste

Projektbeschreibung

Ashpool is a lightweight XML Database written in Java. Its goal is to use standard SQL92 syntax to query, add, update, and delete XML documents that hold to a table like structure.

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.

2003-04-29 05:31
0.3rc3

Diese Version unterstützt alle grundlegenden SQL-Befehle (Verknüpfungen werden nicht unterstützt - Sie können create / Abfrage wie viele Dokumente wie Sie es ein in einer Zeit wie). Einige JDBC-Fixes und eine allgemeine Erhöhung der Geschwindigkeit sind ebenfalls enthalten. Sub-wählt meist Arbeit (für die Produktion nicht auf sie zu zählen), und es gibt ziemlich viele Funktionen, die in der Spalte Spezifikation Abschnitt der SQL-Anweisung verwendet werden können (count (), sum (), year (), jetzt (), etc.). Das Schlüsselwort AS funktioniert jetzt.
Tags: Release Candidate, Major feature enhancements
This release supports all basic SQL commands (joins are not supported--you can create/query as many documents as you'd like one at a time). Some JDBC fixes and an overall speed increase are also included. Sub-selects mostly work (for production don't count on them), and there are quite a few functions that can be used in the column specification section of the sql statement (count(), sum(), year(), now(), etc.). The AS keyword now works.

2003-04-29 05:07
0.2.2

Tags: Stable, Initial freshmeat announcement

Project Resources