HSQLDB - which is the main database file

前端 未结 3 1203
难免孤独
难免孤独 2021-02-13 19:53

I am using HSQLDB in the embedded mode.

jdbc:hsqldb:file:abc\\\\TESTDB;

After creating the database, the folder abc has the follow

3条回答
  •  野性不改
    2021-02-13 20:53

    I think you should have a .data file after adding records to database. In the case I'm wrong here are the documentation for you:

    http://hsqldb.org/doc/guide/apc.html

    http://hsqldb.org/doc/guide/ch04.html

提交回复
热议问题