22 May
2012
22 May
'12
12:34 p.m.
Hi devs, Right now in a HSQLDB standalone we have: <root> |_ database/ |_ data/ |_ extensions/ |_ jobs/ |_ lucene/ |_ … |_ … I'd like to propose to move the database/ directory to data/, i.e. <root> |_ data/ |_ database/ |_ extensions/ |_ jobs/ |_ lucene/ |_ … |_ … The rationale is that the data/ dir is the permanent directory for persisting data. WDYT? Thanks -Vincent