Database path
This commit is contained in:
parent
5abb06ef58
commit
3ad19d144a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue