-
When I enable async in the database definition in my build file, I can't get my code compiled because an async version of `Database.schema` is generated and `SQLiteMCDriver.Factory(...)` doesn't accep…
-
DB files encrypted with SqlCipher V3 can be opened successfully. However, V4 encrpyted files can not be opened. The following error is produced: File opened that is not a database file (file is not a …
-
Should include things like...
- What it is
- How to install it
- How to use it
- In ADO.NET/Dapper
- In EF Core
- In sqlite-net
- With a SQLCipher database (especially ones created us…
-
I really appreciate the hard work you (and of course the sqlite-jdbc guys) have put into this project. I would like to help you getting up to date with SQLite and sqlite-jdbc in case you don't have th…
-
Create a nuget packge that implements the SQLitePCLRaw provider as a bundle so that c# applications can use SQLite3MultipleCiphers.
https://learn.microsoft.com/en-us/dotnet/standard/data/sqlite/cus…
-
May I have know that there would be any way to support for Mac m1(aarch64) please?
thanks!
-
Can't understand how the hex key methods withHexKey(String) and withHexKey(byte[]) works.
Sample code for understanding variables:
```
SQLiteMCSqlCipherConfig dbConfigBuilder = SQLiteMCSqlCipherC…
-
Hi, this is not an issue report but rather a newbie question - what are the exact command sequences to encrypt an existing non-encrypted database using sqlitemc shell ? I tried quite a few combination…
-
M1 macs give error `clang: error: the clang compiler does not support '-march=native'` if makefile contains `ARM_FLAGS = -march=native`.
Compiling gives a warning:
```
In file included from ../sr…
stuta updated
2 years ago
-
What I wanted to know is if this is the intended behavior for Sqlitemc.
I'm compiling Sqlitemc with `SQLITE_DEBUG` set just for the tests. The assertion failure happens if you try to decrypt the DB…