logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

spatialite_xml_collapse - simplify any DB-file created by spatialite_xml_load(1)

Description

spatialite_xml_collapse  is  intended  to simplify (by collapsing any not strictly required ramification)
       any DB-file created by spatialite_xml_load(1).

       Collapsing a DB-file is a final irreversible operation.

Name

       spatialite_xml_collapse - simplify any DB-file created by spatialite_xml_load(1)

Options

-h, --help
              show help message

       -dpathname, --db-pathpathname
              the SpatiaLite DB path

       -dd, --delete-duplicates
              remove all duplicate rows except one

       -nlnum, --nl-levelnum
              tree-level for table-names (default: 0)

       -jo, --journal-off
              unsafe [but faster] mode

       -csnum, --cache-sizenum
              DB cache size (how many pages)

       -m, --in-memory
              using IN-MEMORY database

                                                  07 March 2025                       spatialite_xml_collapse(1)

Synopsis

spatialite_xml_collapse [-h] [-dpathname] [-dd] [-nlnum] [-jo] [-csnum] [-m]

See Also