ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:sqlite

This is an old revision of the document!


SQLite Database

sqlite3

Alternative Drivers

PDO driver for SQLite

This is the preferred driver for connecting to sqlite databases

Driver Namesqlite3
StatusActive
WindowsYes
UnixYes

This preferred driver supports connections to SQLite version 3 databases. If you are using this driver in a portable application, consider using the sqlitepo driver.

Support Status

This driver is actively supported by ADOdb project members

sqlite

Driver Namesqlite
StatusDeprecated
WindowsYes
UnixYes

This deprecated driver supports SQLite Version 2 databases.

sqlitepo

Driver Namesqlitepo
StatusDeprecated
WindowsYes
UnixYes

This deprecated driver adds portability to the sqlite driver by stripping the table names from the column names in queries.

v5/database/sqlite.1448571458.txt.gz · Last modified: 2017/04/21 11:23 (external edit)