Settings Database

MySQL is a popular database, with many features and is available on most servers.

Missing dependency: "pdo_mysql" module not loaded

Jig is a lightweight and fast database engine that uses flat files as storage containers. This makes it super fast, since you don't need wait for the DB service and your server can keep the whole DB files in memory.

This is a good choice for starting, but could become slow when the DB files grow (1000+ records).

Notice: make sure this folder is writable
Notice: switching the format of existing db files is not supported

SQLite is a very fast and small SQL database.

Notice: this file will be created, if it's not existing. Make sure its folder is writable.
Missing dependency: "pdo_sqlite" module not loaded

PostgreSQL is a feature-rich SQL database that runs on many operating-systems.

Missing dependency: "pdo_pgsql" module not loaded

SQL Server from Microsoft (2008 or newer)

Missing dependency: "pdo_sqlsrv" module not loaded

MongoDB is a fast, object-oriented NoSQL database.

Missing dependency: "mongo" module not loaded

Sorry you are not allowed to view this page!