Download List

專案描述

ModSQL is a project whose goal is to develop a modular SQL engine that can be grafted onto any raw database (such as a large flat ASCII file). ModSQL is a JDBC driver that will parse SQL queries and execute them by calling third-party database modules. The database module API is designed such that writing database modules is much easier than writing an entire RDBMS.

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-02-19 00:26
0.30

New features in this release include using arbitrary Java Objects for rowids, JOIN syntax, using SELECT aliases in the HAVING section, and null/true/false rewriting in client software. For AsciiDatabase, there is now a filter to fix 2-digit years (Y2K fix), field descriptions can be included in the config file, and delimited data files are supported. Performance improvements have been made to AsciiDatabase, to the performance of "column IN (...)", and to index lookups. Other minor changes and bug fixes are included as well.
標籤: Minor feature enhancements

2001-01-30 15:13
0.20

better organization of config files, improved boolean short-circuit optimization, DummyDatabase rewritten as SampleDatabase with a more general design for in-memory tables, other minor changes and bug fixes

2001-01-30 15:13
0.10

First public release.

Project Resources