Good day,
I'm currently evaluating porting my company's application to run on SQLFire. We already have support for Apache Derby so I'm hoping this won't be too big a job. We normally deploy a number of tables into at least three different Derby "databases" (basically separate directories on disk).
Does SQLFire support this type of data separation? Does it support schema names other than 'APP' (default in Derby). If so, what would the JDBC connection properties be? Finally, does SQLFire have an auto-create option such as Derby's 'create:true' connection URL property?
Thanks in advance,
Guy