Télécharger la liste

Description du projet

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.

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.

2003-04-29 05:31
0.3rc3

Cette version prend en charge toutes les commandes de base SQL (jointures ne soient pas pris en charge - vous pouvez créer / query autant de documents que vous souhaitez un à la fois). Quelques corrections JDBC et une augmentation de la vitesse globale sont également inclus. Sous-sélectionne surtout du travail (pour la production ne comptent pas sur eux), et il ya un groupe de fonctions qui peuvent être utilisées dans la section Spécification de la colonne de l'instruction SQL (count (), sum (), année (), maintenant (), etc.) Le mot clé AS fonctionne maintenant.
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