Doctrine Database Abstraction Layer
-
Updated
Apr 2, 2022 - PHP
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
Created by D. Richard Hipp
Released August 17, 2000
Could be useful to add (beside dbAuth.usernameColumn and dbAuth.passwordColumn) the possibility to configure the request fields (like dbAuth.usernameRequestField) to bind a specific request filed to the relative column of the auth table.
If I'm not mistaken the current state imposes username and password as mandatory fields for the request.