Skip to content

Database

Andrea Mecchia edited this page Jul 4, 2018 · 2 revisions

Index > Database


The current version of SnooPHP fully-support MySQL.

Under the hood, it uses the very popular PDO interface to query the database. PDO supports many DBMS (see the list of PDO drivers), however features like migration and the Model class use syntax specific to MySQL and may not work with other DBMS.

The following documentation refers solely (unless explicitly noted) to MySQL databases.


Clone this wiki locally