Skual

A new open source database management system


See the project on Github Theme by mattgraham

Skual is a new database management system completey open source optimized to serve any kind of databases with any kind of server.

By default, Skual comes with a python server that can be run locally or publicly, but it's architecture is completely independant between the client (frontend) and the server (backend). Doing so, anyone can write a backend in their language of choice, Java, PHP, Ruby, etc, simply by using the API documentation.

The frontend is build using great open source tools like

If you want to create your own backend server for Skual, you just have to read the API (to be written ;)), which will drive the behavior of the frontend.