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

pgsql2sqlite - PostgreSQL/PostGIS to SQLite3 converter

Description

pgsql2sqlite is a program that converts data from a PostGIS database to SQLite.

Name

       pgsql2sqlite - PostgreSQL/PostGIS to SQLite3 converter

Options

-?,--help
              Show summary of options.

       -h,--host
              Allows you to specify connection to a database on a machine other than the default.

       -p,--port
              Allows you to specify a database port other than the default.

       -d,--dbname
              PostgreSQL database name

       -u,--user
              Connect to the database as the specified user.

       -P,--password
              Connect to the database with the specified password.

       -q,--query
              Name of the table/or query to pass to postmaster

       -t,--table
              Name of the output table to create (default: table in query)

       -f,--file
              Use this option to specify the name of the file to create.

                                                January 11, 2007                                 PGSQL2SQLITE(1)

Synopsis

pgsql2sqlite [options]

See Also