Database path

This commit is contained in:
Imbus 2024-02-14 17:27:31 +01:00
parent 5abb06ef58
commit 3ad19d144a

View file

@ -19,7 +19,7 @@ public class Database implements AutoCloseable {
public Database() {
try {
conn = DriverManager
.getConnection("jdbc:sqlite:/home/thugborean/Documents/projects/java/etsf20-test/lab.db3");
.getConnection("jdbc:sqlite:lab.db3");
// Display the contents of the database in the console.
// This should be removed in the final version