BasicDatabase.java | Class | The Database interface provides control over the physical database
(that is, the stored data and the files the data are stored in),
connections to the database, operations on the database such as
backup and recovery, and all other things that are associated
with the database itself.
The Database interface does not provide control over things that are part of
the Domain, such as users.
I'm not sure what this will hold in a real system, for now
it simply provides connection-creation for us. |