I am planning on using Empire with an embedded DB (H2 or HSQL and disk storage, not in memory).
I need to be able to create/drop/alter tables on the fly via java/api and cannot define tables/schemas ahead of time like the static samples. Is this possible? Examples? Thanks, Chris
