vegUI.org home of the javascript based window manager and AJAX framework

DbCon FAQ

What is DbCon?

DbCon is a PHP based MYSQL API class that i wrote in 2003 and have been continuously tweaking and working on ever since. I am aware that there are a billion other similar libraries out there, but i prefer to write and use my own stuff - as long as it's reasonable ;).

With the recent release of the vegUIClient add-on for the vegUI framework - which includes the DbCon library as a part of the vegUIserve php based back-end - i decided it would be a good idea to additionally offer DbCon for download and free use in it's own section.

Under what license is it distributed

DbCon can be downloaded and used under the vegUI Free Use License, which is a modified MIT license.

What's with the load balancing features

When i was working on Lands of Kazram i experimented with ways to handle load balance for the database. Basically DbCon provides a very experimental feature of letting you link certain table names to certain databases/database servers.

As i said this is very early dev status, and mostly uncommented.