mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
use better-sqlite3
This commit is contained in:
@@ -24,8 +24,6 @@ app.on('window-all-closed', () => {
|
||||
app.on('ready', async () => {
|
||||
app.setAppUserModelId('com.github.zadam.trilium');
|
||||
|
||||
await sqlInit.dbConnection;
|
||||
|
||||
// if db is not initialized -> setup process
|
||||
// if db is initialized, then we need to wait until the migration process is finished
|
||||
if (await sqlInit.isDbInitialized()) {
|
||||
|
||||
Reference in New Issue
Block a user