Skip to content

SQL Core

Tigerkev edited this page Mar 14, 2015 · 2 revisions

Information

This is the base of all SQL functionality, it chooses which SQL Version to use and which functions to call. It also acts as the metatable for the base SQL Versions we have implemented. Currently we don't plan on adding support for different SQL Server software.

Current Support

There is currently two SQL Versions supported. These two SQL Versions are Hardcoded into the selecting and switching of them, and we don't plan on changing this. SQL Versions can be switched in the User Interface while the server is running.

Tested Software

Here listed is the software we tested Custos on.

  • MySQL
    • 5.5.40 running on Debian.wheezy
  • SQLight
    • GMod shipped

Clone this wiki locally