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.

more info at: https://www.sqlite.org/fts5.html

# JSON1
Enable JSON features inside SQLite. This is very useful for storing
arbitrary documents.

more info: https://www.sqlite.org/json1.html

# SQLAR

SQLite archives are a powerful way of storing binary files inside SQLite
much like a virtual file system.

more info: https://www.sqlite.org/sqlar.html

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.

-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-dev/CAF3jwTn7VwCE9-d8YWRForqaomi5d95cjRrMyKhM9z6o3qq8ZA%40mail.gmail.com.

Reply via email to