php-src/ext/sqlite3/tests/new_db.inc

6 lines
42 B
PHP

<?php
$db = new SQLite3(':memory:');
?>