new_db.inc   [plain text]


<?php

$db = new SQLite3(':memory:');

?>