1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .. _data_database:
- Databases
- =========
- This section discusses the database data sources that GeoServer can access.
- The standard GeoServer installation supports accessing the following databases:
- .. toctree::
- :maxdepth: 1
- postgis
- h2
- Other data sources are supplied as GeoServer extensions.
- Extensions are downloadable modules that add functionality to GeoServer.
- Extensions are available at the :website:`GeoServer download page <download>`.
- .. warning:: The extension version must match the version of the GeoServer instance.
- .. toctree::
- :maxdepth: 1
- db2
- mysql
- oracle
- sqlserver
-
- GeoServer provides extensive facilities for controlling how databases are accessed.
- These are covered in the following sections.
- .. toctree::
- :maxdepth: 1
- connection-pooling
- jndi
- sqlview
- primarykey
- sqlsession
-
|