>1) There is no ordinary "server process" in Instant DB. The JVM
that opens
>a connection to will do the job; and when it closes down all the
data will
>be written to the file system. So between uses of the database, the
>database exsists fully on the file system. Right?
Yes.
>2) Databases are identified by their property file, and it is the
property
>file you give in the url when creating a connection. Right?
Yes
>3) How does the DriverManager get my driver? Usually you force
loading of
>the driver with Class.forName(driverClassNameString). What is the
name of
>the Driver-class in InstantDB?
jdbc.idbDriver
|