Ubuntu 16.04 上的 SQLite 和 JSON1

SQLite on Ubuntu 16.04 with JSON1

Linux/Ubuntu 是否有使用 JSON1 扩展编译的 SQLite 发行版。 SQLite JSON1 页面上的说明仅解释了如何在编译后加载扩展 - 我想避免题外话。

Ubuntu Xenial 附带 SQLite 3.11.0-1ubuntu1,它是用 JSON1 扩展编译的。

$ docker run --rm -it ubuntu:xenial
# apt-get update && apt-get install --no-install-recommends -y sqlite3
# echo "PRAGMA compile_options;" | sqlite3 | grep JSON1
ENABLE_JSON1