[package] sqlite3/all: Discussion of default options
See original GitHub issueHaving a look at the options of the sqlite3 recipe you see most of them defaulted to false. However, there are some recipes like qt from bincrafters that already require this package with specific option enabled:
Moreover, the sqlite3 is provided with a custom CMakeLists.txt with the CMake options, so we could say there are no defaults for these options recommended by the library authors/maintainers.
Additionally, these options are enabled by default in vcpkg repo:
-DSQLITE_ENABLE_RTREE
-DSQLITE_ENABLE_UNLOCK_NOTIFY
-DSQLITE_ENABLE_COLUMN_METADATA
This issue is open for discussion regarding the options of this package and its default values.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
The SQLite Amalgamation
Applications using the split amalgamation simply compile against "sqlite3-all.c" instead of "sqlite3.c". The two files work exactly the same.
Read more >SQLCipher on CocoaPods.org
The new default algorithms, increased KDF iterations, and larger page size ... The available options are described in SQLCipher's upgrade documentation.
Read more >GENtle, a free multi-purpose molecular biology tool - CORE
Consequently, several software packages exist. ... I chose sqlite as the default database engine, as it relieves the user of.
Read more >subject:"Re\: attempt to write a readonly database" - The Mail Archive
To view this discussion on the web visit ... i checked the properties in db.sqlite3, all the >>> permissions are checked...write permission also...
Read more >(PDF) GENtle, a free multi-purpose molecular biology tool
WWW, especially a precompiled wxWidgets package. ... Sequence displays scroll vertically by default, simulating a page-like layout, but most.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
my 2 cents, looking at sqlite3 options:
So let’s add the same api extensions options as in vcpkg and keep the threadsafe one as is