Download List

Projeto Descrição

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.

System Requirements

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

Esta versão suporta todos os comandos básicos de SQL (junta não são suportados - você pode criar / consulta como muitos documentos, como você gostaria que um de cada vez). Algumas correções JDBC e um aumento da velocidade global também estão incluídos. Sub-selects na maior parte do trabalho (para a produção de não contar com eles), e existem muito poucas funções que podem ser usadas na seção de especificação de coluna do SQL (count (), SUM (), ano (), agora (), etc.) A palavra chave AS agora funciona.
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