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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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';