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_print - export a single XML file corresponding to the current DB-file content

Description

spatialite_xml_print  is  intended  to export a single XML file corresponding to the current DB-file con‐
       tent.

       It's useful i.e. when you've some way modified the original contents by performing some SQL operation.

Name

       spatialite_xml_print - export a single XML file corresponding to the current DB-file content

Options

-h, --help
              show help message

       -dpathname, --db-pathpathname
              the SpatiaLite DB [INPUT] path

       -xpathname, --xml-pathpathname
              the XML file [OUTPUT] path

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

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

                                                  07 March 2025                          spatialite_xml_print(1)

Synopsis

spatialite_xml_print [-h] [-dpathname] [-xpathname] [-csnum] [-m]

See Also