3.24
- SpatiaLite helpers for the
sqlite-utils
command-line tool - thanks, Chris Amico. (#398)- sqlite-utils create-database
--init-spatialite
option for initializing SpatiaLite on a newly created database. - sqlite-utils add-geometry-column command for adding geometry columns.
- sqlite-utils create-spatial-index command for adding spatial indexes.
- sqlite-utils create-database
db[table].create(..., if_not_exists=True)
option for creating a table only if it does not already exist. (#397)Database(memory_name="my_shared_database")
parameter for creating a named in-memory database that can be shared between multiple connections. (#405)- Documentation now describes how to add a primary key to a rowid table using
sqlite-utils transform
. (#403)