mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
compile_options output in /-/versions, closes #396
This commit is contained in:
parent
5b02611512
commit
8ce7866312
3 changed files with 15 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ This is an internal implementation detail of Datasette and the format should not
|
|||
/-/versions
|
||||
-----------
|
||||
|
||||
Shows the version of Datasette, Python and SQLite. `Versions example <https://fivethirtyeight.datasettes.com/-/versions>`_::
|
||||
Shows the version of Datasette, Python and SQLite. `Versions example <https://latest.datasette.io/-/versions>`_::
|
||||
|
||||
{
|
||||
"datasette": {
|
||||
|
|
@ -76,9 +76,19 @@ Shows the version of Datasette, Python and SQLite. `Versions example <https://fi
|
|||
"json1": null
|
||||
},
|
||||
"fts_versions": [
|
||||
"FTS5",
|
||||
"FTS4",
|
||||
"FTS3"
|
||||
],
|
||||
"compile_options": [
|
||||
"COMPILER=gcc-6.3.0 20170516",
|
||||
"ENABLE_FTS3",
|
||||
"ENABLE_FTS4",
|
||||
"ENABLE_FTS5",
|
||||
"ENABLE_JSON1",
|
||||
"ENABLE_RTREE",
|
||||
"THREADSAFE=1"
|
||||
],
|
||||
"version": "3.16.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue