AboutSQLite - normai/php-login-xdb GitHub Wiki

Home

About SQLite

(1) SQLite deserves special considerations.

(1.1) SQLite is not served via TCP/IP, but from a file. So the connection making is a bit different. SQLite is e.g. suited for quick delivery.

(1.2) The handycap with SQLite is, that it's capabilities are somewhat crippled. Namely the PDO function rowCount() is missing. It has to be replaced by some workaround.