*******************************************************************************
|MOD| Database Concepts with PostgreSQL 
*******************************************************************************

Relational Databases are an important part of any GIS system. In this module, 
you'll learn about Relational Database Management System (RDBMS) concepts and 
you will use PostgreSQL to create a new database to store data, as well as 
learning about other typical RDBMS functions.

.. toctree::
   :maxdepth: 2

   db_intro
   data_model
   adding_data
   queries
   views
   rules