-
While looking at other potential benchmarking projects, I came across the sqlite amalgamation (https://www.sqlite.org/amalgamation.html).
It is one file that contains all of sqlite, plus a header …
-
Some projects offer a mono or "jumbo" build option, where users can download one .c file and compile it into an executable directly. This single .c file is an [amalgamation](https://github.com/vinnief…
-
Amalgamated = bundling all source files into a single source file, for easy distribution and building. Well-known example: sqlite
The split into quickjs.c, quickjs-libc.c, libunicode.c, etc., isn't…
-
I propose to use the sqlite amalgamation (https://www.sqlite.org/amalgamation.html) rather than linking the `libsqlite3` library which is installed on the host.
This has several advantages:
- It i…
-
iOS build fails
## Expected Behavior
it should build
## Current Behavior
iOS build fails with the error
/node_modules/@boltcode/react-native-sqlite-storage/platforms/ios/SQLite.m:36:10 '..…
386sx updated
3 months ago
-
Sqlite in standard [amalgamation](https://www.sqlite.org/amalgamation.html) there is [geopoly](https://www.sqlite.org/geopoly.html). It requires the `DSQLITE_ENABLE_GEOPOLY=1` compile time option. Wou…
-
### Describe the bug
The C to V translator (c2v) version 0.4.0 is encountering an unhandled expression node of type AtomicExpr while translating the file "sqlite3.c". This causes the translation proc…
-
My 3-node 3-duplicates fdb cluster.
version:7.1.27
The operation steps are: Node A is disconnected from the network for 10 minutes and restored. During the data moving, Node B is disconnected from …
-
(base) [jw@cn06 build-it]$ ninja -v -j48
...
-- [download 100% complete]
-- verifying file...
file='/data/jw/apple/foundationdb/build-it/boost_targetProject-prefix/src/boost_1_72_0.tar.bz2'…
-
The bundled feature uses sqlite3.c / sqlite3.h that is packaged in this crate. It would be nice if there was a feature flag + environment variable that allows supplying our own version of the sqlite-a…