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() {
|
public Database() {
|
||||||
try {
|
try {
|
||||||
conn = DriverManager
|
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.
|
// Display the contents of the database in the console.
|
||||||
// This should be removed in the final version
|
// This should be removed in the final version
|
||||||
|
|
Loading…
Reference in a new issue