blankdb.inc   [plain text]


<?php #vim:ft=php
$db = sqlite_open(":memory:");
?>