ModSQL

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.

Tags Database
Licenses GPL
Operating Systems OS Independent
Implementation Java

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  18 Feb 2003 15:26
  • Rrelease-after

Changes: 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.

  • Rrelease-mid
  •  30 Jan 2001 06:13
  • Rrelease-after

    Changes: 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

    • Rrelease-mid
    •  30 Jan 2001 06:13
    • Rrelease-after

      Changes: First public release.

      D6a9857ffb4bd4e5e234e51fd96d211f_thumb

      Project Spotlight

      adx

      A minimalistic addressbook in a Web browser.

      No-screenshot

      Project Spotlight

      jmemcached

      A distributed network available thread-safe cache implemented in Java.