tracks/root/test.php

7 lines
141 B
PHP
Raw Normal View History

2020-04-17 13:40:24 -04:00
<?php
$db_dir = getenv('DB_DIR');
# TODO: pour plus tard afin de dynamiser le nom
$db_path = $db_dir.'/db.db';
$db = new SQLite3($db_path);