mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Use @signalapp/sqlcipher
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import type { Database } from '@signalapp/better-sqlite3';
|
||||
import SQL from '@signalapp/better-sqlite3';
|
||||
import type { Database } from '@signalapp/sqlcipher';
|
||||
import SQL from '@signalapp/sqlcipher';
|
||||
import { sql, sqlFragment, sqlJoin } from '../../sql/util';
|
||||
|
||||
describe('sql/utils/sql', () => {
|
||||
|
||||
Reference in New Issue
Block a user