Mckoi SQL


Mckoi SQL Database is an SQL Database management system written for the Java™ platform. Mckoi SQL Database is optimized to run as a client/server database server for multiple clients, however it can also be embedded in an application as a stand-alone database. It is highly multi-threaded and features an extendable object-oriented engine.

Driver file: The .jar, .zip or .class file that contains the JDBC driver
Download link: http://mckoi.com/database/
Connection URL: Specify the location of the JDBC data provider
<host_name>: The IP address or the domain name of the database server
<port_number>: The port number to the database. Default is 9157
<database_name>: The name of the database to connect
User: User name to login to the database
Password: Password of the user name specified