Hi Folks,
SQLite is very flexible and lots of features can be enabled at compile time. I was wondering if the following extensions could be enabled for the next release:
# FTS5
A new full-text search extension.
# JSON1
Enable JSON features inside SQLite. This is very useful for storing arbitrary documents.
# SQLAR
SQLite archives are a powerful way of storing binary files inside SQLite much like a virtual file system.
I've checked the compile options used for sqlite3.dll included in Racket 7.5 using "PRAGMA compile_options" and currently it is basically FTS3 and RTREE.
Best
A.