<?php
require_once("Common.php");
/**
 * sqlite driver
 */
class Doctrine_Connection_Sqlite extends Doctrine_Connection_Common { }
?>