init 1: Creation & connexion bdd Niveaux.db

This commit is contained in:
2026-02-16 20:57:21 +01:00
parent f0db5f43ad
commit 9c0e634e0e
6 changed files with 76 additions and 1 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"java.project.sourcePaths": [
"linea"
],
"java.project.referencedLibraries": [
"sqlite-jdbc-3.49.1.0.jar"
]
}