Use @signalapp/better-sqlite3

This commit is contained in:
Fedor Indutny
2022-12-14 12:48:36 -08:00
committed by GitHub
parent 076e3388a3
commit 50d9b6e5e1
40 changed files with 97 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import type { Database } from 'better-sqlite3';
import type { Database } from '@signalapp/better-sqlite3';
import type { LoggerType } from '../../types/Logging';