-
### Expected behavior
Is it possible to encrypt the account password with RSA keypair to improve the security of the used credentials? The KeyStore is protected by screen lock code, so if somebody re…
-
### The language of WCDB
> Objective-C
### The version of WCDB
> v1.0.5
### The platform of WCDB
> iOS
### The installation of WCDB
> Git clone
### What's the issue?
…
-
Hi,
i get the following error if i write to the database when the device is locked:
Unknown error calling sqlite3_step (10: disk I/O error)
i works fine if the app is in running in the background wi…
-
### What did you do?
Wanted to write a custom init
```
public init(
_ db: Database,
_ id: RecipeRecord.ID
) throws {
let record = try RecipeRecord.fetchOne…
-
There's not a lot to say here--there are no relevant logs. When you select a part of a query to execute it alone, clicking away or hitting a non-inputting key such as ctrl will almost always delete th…
-
like sqlcipher to encrypt the database .db file.
example code:
`javascript
const { Database } = require("node-sqlite3-wasm");\n
const db = new Database("database.db");\n
db.run("pragma key = '…
gzcz updated
2 months ago
-
**Describe the bug**
Hi there, multi part question for you:
It appears the docs are out of date for [sqlcipher open ](https://ospfranco.notion.site/API-1a39b6bb3eb74eb893d640c8c3459362?pvs=25#26c…
dm20 updated
3 months ago
-
* 目前是不支持sqlcipher吗
-
```
ld: Undefined symbols:
opsqlite::opsqlite_open(std::__1::basic_string const&, std::__1::basic_string const&, std::__1::basic_string const&, std::__1::basic_string const&), referenced from:
…
-
### General
__~~IMPORANT NOTICE: FEATURES SCHEDULED FOR REMOVAL FROM NEXT MAJOR RELEASE:~~__
- _~~Deprecated "standard" transaction API ref: (will continue to be supported by other plugin version…