sqlite
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| sqlite [2015/07/08 04:08] – mnewnham | sqlite [2015/07/18 15:49] (current) – removed mnewnham | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== SQLite Database ===== | ||
| - | See also the [[PDO]] driver for SQLite | ||
| - | ==== sqlite3 ==== | ||
| - | |||
| - | <WRAP left 300px box> | ||
| - | |Driver Name|sqlite3| | ||
| - | |Status|Active| | ||
| - | |Windows|Yes| | ||
| - | |Unix|Yes| | ||
| - | </ | ||
| - | This preferred driver supports connections to SQLite version 3 databases | ||
| - | {{tag> | ||
| - | |||
| - | ==== sqlite ==== | ||
| - | <WRAP left 300px box> | ||
| - | |Driver Name|sqlite| | ||
| - | |Status|Deprecated| | ||
| - | |Windows|Yes| | ||
| - | |Unix|Yes| | ||
| - | </ | ||
| - | This deprecated driver supports SQLite Version 2 databases. | ||
| - | {{tag> | ||
| - | |||
| - | ==== sqlitepo ==== | ||
| - | <WRAP left 300px box> | ||
| - | |Driver Name|sqlitepo| | ||
| - | |Status|Deprecated| | ||
| - | |Windows|Yes| | ||
| - | |Unix|Yes| | ||
| - | </ | ||
| - | This deprecated driver adds portability to the sqlite driver by stripping the table names from the column names in queries. | ||
| - | {{tag> | ||
sqlite.1436321316.txt.gz · Last modified: (external edit)
