Added Dao for User with SQLite

This commit is contained in:
maciejrusek
2026-04-09 20:50:02 +02:00
parent 87cbfbd506
commit d41b918f59
5 changed files with 132 additions and 4 deletions

View File

@@ -33,12 +33,19 @@
<scope>test</scope>
</dependency>
<!-- Server -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.51.3.0</version>
</dependency>
<!-- Client -->
<dependency>
<groupId>com.googlecode.lanterna</groupId>
<artifactId>lanterna</artifactId>
<version>3.1.2</version>
</dependency>
</dependencies>
</project>