From: John Runyon Date: Wed, 8 May 2024 09:28:35 +0000 (-0600) Subject: add sqlite database support X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/6b4ba0b651d53a40629a59d4a5df8767217c7386?hp=5b8f6176bdaccb440e3c7ed67a7cec4db25e5c5f add sqlite database support these are the current commands which interact with the database and should be tested for a new database: join part stafflist whoami glevel clevel whoami (make sure glevel and clevel changes are reflected in the whoami; make sure no errors are logged from the queries) --- diff --git a/.gitignore b/.gitignore index 620d76e..82461e4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ nohup.out pidfile logfile oldlogs/ +erebus.db diff --git a/README.md b/README.md index 2ec3dc8..2e1a2d1 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,17 @@ Getting started --------------- - `cp bot.config.example bot.config` - `vim bot.config` -- Create a MySQL database, i.e. `CREATE DATABASE foo; GRANT ALL ON foo.* TO ...` -- `mysql