Introduction to gpkg
Background | What is a GeoPackage? | Create a Geopackage | Insert Vector Layers | Insert Attribute Table | Read a GeoPackage | Inspect Contents of GeoPackage | Lazy Data Access | Method 1: gpkg_table_pragma() | Method 2: gpkg_vect() and gpkg_query() | Method 3: gpkg_rast() | Method 4: gpkg_table() | Managing Connections