From 94a7f1fc01ec27f85853294c167c1ca05c3269b8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 Aug 2026 00:21:43 -0700 Subject: Add simplistic database This doesn't include a full database, or even a secure one, but this is the first step into moving forward with this project. I can now write to and read from a database. --- php.ini | 1 + 1 file changed, 1 insertion(+) create mode 100644 php.ini (limited to 'php.ini') diff --git a/php.ini b/php.ini new file mode 100644 index 0000000..603c36a --- /dev/null +++ b/php.ini @@ -0,0 +1 @@ +extension=pdo_sqlite -- cgit v1.3-2-g0d8e