PDO_SQLITE DSNConnecting to SQLite databases DescriptionThe PDO_SQLITE Data Source Name (DSN) is composed of the following elements:
Examples
Example #1 PDO_SQLITE DSN examples The following examples show PDO_SQLITE DSN for connecting to SQLite databases: sqlite:/opt/databases/mydb.sq3 sqlite::memory: sqlite: |