You are under : Projects -> SSQL

SSQL Project Area

SSQL is an extensible, multi-threaded Database Management System (DBMS) logically divised into a Receiver, Request Controller (this is the base of the program and contains a Data Dictionnary which all implementation of SQL Breaker must use), SQL Breaker (comprising it's own Hard Coded Instuctions Set), Cache Manager (through which all information must be requested or changed) and a File Manager (supporting file multiplexing independantly of memory). Each part being inter-changeable by compatible modules makes it very adaptative, leading to possible comptibility with any other established DBMS such as Oracle or MySQL.

The point of this project is not so much about creating a DBMS of superior efficiency and compatibility, altough this is obvious a great need, as to use my actual theoric knowledge of C++ into a real project with the greater goal of attempting the Arimaa Challenge (I will write more on this eventually).

It is still very early in developpement. Expect publications of the developpement notes soon, but actual releases are not expected for many weeks.

Last update on January 16, 2007.