import
All checks were successful
Web/tracks/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot 2020-04-17 13:40:24 -04:00
parent 996960408c
commit cfdcb4f759

6
root/test.php Normal file
View File

@ -0,0 +1,6 @@
<?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);