-
Hi everyone,
SQLite3 does not currently support async tests in the sandbox. At first, it makes sense because it is single writer, but then I realized that we never commit transactions anyway so we …
-
any way to access an encrypted (sqlcipher) sqlite db using zqlite ?
-
A brief comparison of [SQLCipher](https://www.zetetic.net/sqlcipher/) and [sqleet](https://github.com/resilar/sqleet/) features. *Last updated: 2019-02-17*
## General
_ | SQLCipher | sqleet
--…
-
Hi there thanks for this great project!
I am building the Make File to load a custom SQLite extension.
Unfortunately the build fails. I have not modified the make file yet.
I think its emcc tha…
-
Hello, I am trying to build the project but it ends on mkdir -p dist. Do i need to add a flag or
soemthing ?
-
The library libkrb5.so is intended for many ordinary applications to link against (perhaps via libgssiapi.so). To support the sqlite3-based SCC credential cache type, it is linked against libheimsqli…
-
In the wake of the `xz-utils` news, I think people should be un-trusting of binary artifacts committed to version control. If Pack were to catch on, it would have a similar position in the software ec…
-
This is to get handy in json in sql
here, tr
```
DROP TABLE IF EXISTS packages;
CREATE TABLE packages(datas JSON);
pydef py_pydeptree(s):
"get a json experience from pip"
import pip…
-
To reproduce - run sql command
select pow(2,2)
- overwriting the included dll with the sqlite dll
https://www.sqlite.org/2021/sqlite-dll-win64-x64-3350500.zip
resolves the issue
-
Hi,
is it possible to integrate math functions like sqrt, sum, pow etc.. ?
There is an extension that include this functions: https://www.sqlite.org/contrib/download/extension-functions.c?get=25
Than…