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

@ -2,8 +2,8 @@
// SPDX-License-Identifier: AGPL-3.0-only
import { assert } from 'chai';
import type { Database } from 'better-sqlite3';
import SQL from 'better-sqlite3';
import type { Database } from '@signalapp/better-sqlite3';
import SQL from '@signalapp/better-sqlite3';
import { v4 as generateGuid } from 'uuid';
import { SCHEMA_VERSIONS } from '../sql/migrations';