Skip to content

How to use SQLCipher? #292

@steelywing

Description

@steelywing

If I use the following code to create DB, it use WxSQLite3, the doc says the default is SQLCipher, how to change to SQLCipher?

const encryptionKey = "my-safe-encryption-key";

const client = createClient({
    url: "file:encrypted.db",
    encryptionKey,
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions