Implement SQLite database solving #1
All checks were successful
continuous-integration/drone/push Build is passing

A new basic database has been laid out, with support for message expiry and disabling buttons for old messages.
This commit is contained in:
2022-11-21 00:14:13 +01:00
parent 7ffd3442c2
commit 98a162a33b
7 changed files with 569 additions and 115 deletions

View File

@@ -30,6 +30,12 @@
<artifactId>slf4j-simple</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.4.1</version>
</dependency>
</dependencies>
<build>