The Mckoi Database.
Some starting points for understanding the code:
An application
establishes a Connection
to a Mckoi database.
An application creates a Statement and
executes an SQL query
.
Local-mode or server-side
query execution
.
Starting the database server
.
Transactions
and
Locking
.