by cstudhol
The goal of this project is to develop a modular SQL engine (JDBC driver) that can be grafted onto any raw database (such as a large flat ASCII file) through a database module API. Writing database drivers is much easier that writing a whole RDBMS.
New in 0.40:
ModSQL:
* split DatabaseTable into seperate table and index interfaces
* implemented CREATE/DROP TABLE and INSERT/UPDATE/DELETE
* implemented JDBC PreparedStatement (but not parameters)
* major rewrite of ...
Please note that the address chris.studholme@canada.com no longer works for sending comments to the developer of this project (ie. me). Please use the address chris,studholme*utoronto,ca (, is .; * is @) to send me any comments, questions, etc. Thanks.
New in 0.30:
ModSQL:
* compile fixed for new versions of java
* changed to arbitrary Object for rowid values
* allow JOIN...USING and JOIN...ON
* sort values in IN (...) for better performance
* make use of ...
New in 0.20:
ModSQL:
* removed getIndexFilename() from DatabaseManager interface, now only
exists in IndexTable class
* rewrote DriverConfig class to read file ModSQL.conf (found in same
directory as ModSQL ...
Anonymous committed patchset 1 of module CVSROOT to the Modular JDBC SQL Engine (ModSQL) CVS repository, changing 11 files
Anonymous created the Welcome to Help forum thread
Anonymous created the Welcome to Developers forum thread
Anonymous created the Welcome to Open Discussion forum thread
registered the Modular JDBC SQL Engine (ModSQL) project
First public release.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use