Skip to content

Graphorin API reference v0.12.1


Graphorin API reference / @graphorin/store-sqlite-encrypted / / encryptDatabase

Function: encryptDatabase()

ts
function encryptDatabase(options): Promise<EncryptDatabaseResult>;

Defined in: packages/store-sqlite-encrypted/src/encrypt.ts:114

Parameters

ParameterType
optionsEncryptDatabaseOptions

Returns

Promise&lt;EncryptDatabaseResult&gt;