Package com.mckoi.runtime
Class McKoiDBMain
- java.lang.Object
-
- com.mckoi.runtime.McKoiDBMain
-
public class McKoiDBMain extends java.lang.Object
The start point of the Mckoi SQL database server. This application is used as a command-line tool for creating and booting a database.- Author:
- Tobias Downer
-
-
Constructor Summary
Constructors Constructor Description McKoiDBMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
The McKoi Database application starting point.
-