lib/_data_ingestion: improve openLocalDB

This commit is contained in:
2025-04-30 09:57:43 +02:00
parent 1fdcb7a477
commit 39f5826eaa
12 changed files with 186 additions and 100 deletions
-5
View File
@@ -25,11 +25,6 @@ class CreateDb extends Command {
readWrite: true,
);
if (db == null) {
print("Failed to open database");
exit(1);
}
seedData(db).then((_) {
print("Database created successfully");
}).catchError((error) {