mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 13:34:10 +02:00
Replaced one last :memory: example
This commit is contained in:
parent
435096c563
commit
2271dae96a
1 changed files with 1 additions and 1 deletions
|
|
@ -1359,5 +1359,5 @@ This option can be applied multiple times to load multiple extensions.
|
|||
|
||||
Since `SpatiaLite <https://www.gaia-gis.it/fossil/libspatialite/index>`__ is commonly used with SQLite, the value ``spatialite`` is special: it will search for SpatiaLite in the most common installation locations, saving you from needing to remember exactly where that module is located::
|
||||
|
||||
$ sqlite-utils :memory: "select spatialite_version()" --load-extension=spatialite
|
||||
$ sqlite-utils memory "select spatialite_version()" --load-extension=spatialite
|
||||
[{"spatialite_version()": "4.3.0a"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue