Update docs/source/createdb.rst
This commit is contained in:
parent
3afeca05b9
commit
fefa06a68f
|
@ -1,11 +1,17 @@
|
||||||
|
**********************
|
||||||
Create Database
|
Create Database
|
||||||
======================
|
**********************
|
||||||
|
|
||||||
|
.. contents:: Table of Contents
|
||||||
|
|
||||||
|
Option 1: Export layers to GeoPackage
|
||||||
|
===================================
|
||||||
|
|
||||||
If you do not have an existing PostGIS database, you can create one from your QGIS Project.
|
If you do not have an existing PostGIS database, you can create one from your QGIS Project.
|
||||||
|
|
||||||
You have two options for doing so.
|
You have two options for doing so.
|
||||||
|
|
||||||
## Option 1: Export layers to GeoPackage
|
|
||||||
|
|
||||||
|
|
||||||
1. Export your layer(s)
|
1. Export your layer(s)
|
||||||
|
@ -47,7 +53,8 @@ Select the PostGIS data source you created above.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Option 2: Create Empty DB and Use DB Manager
|
Option 2: Create Empty DB and Use DB Manager
|
||||||
|
===================================
|
||||||
|
|
||||||
|
|
||||||
1. Create an empty database
|
1. Create an empty database
|
||||||
|
|
Loading…
Reference in New Issue