Db\Adapter\Pdo\Sqlite

Class Phalcon\Db\Adapter\Pdo\Sqlite

extends abstract class Phalcon\Db\Adapter\Pdo

implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface

Specific functions for the Sqlite database system

$config = array(
  "dbname" => "/tmp/test.sqlite"
 );

 $connection = new Phalcon\Db\Adapter\Pdo\Sqlite($config);

Methods

public boolean connect ([array $descriptor])

This method is automatically called in Phalcon\Db\Adapter\Pdo constructor. Call it when you need to restore a databa