Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有使用 JSON1 扩展编译的 Linux/Ubuntu 的 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