Is there such thing?
Actually, it doesnt need to be specifically HSqlDB, I just want something similar.
The main feature I need is the capability to create tables based on DSV text files, like you do in HSql with:
CREATE TEXT TABLE <tablename> (<column definition> [<constraint definition>]);
SET TABLE <tablename> SOURCE <quoted_filename_and_options> [DESC];
Which is super cool for what I do.
Can someone hand me a lib?! 🙂
thanks!
With this driver, you can use HSQLDB with Ruby and execute the necessary SQL statements
http://www.infoq.com/news/ruby-driver-hsqldb