Browse Source

import

master
Julien Cabillot 9 months ago
parent
commit
cfdcb4f759
1 changed files with 6 additions and 0 deletions
  1. 6
      root/test.php

6
root/test.php

@ -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);
Loading…
Cancel
Save