index.rst 856 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. _data_database:
  2. Databases
  3. =========
  4. This section discusses the database data sources that GeoServer can access.
  5. The standard GeoServer installation supports accessing the following databases:
  6. .. toctree::
  7. :maxdepth: 1
  8. postgis
  9. h2
  10. Other data sources are supplied as GeoServer extensions.
  11. Extensions are downloadable modules that add functionality to GeoServer.
  12. Extensions are available at the :website:`GeoServer download page <download>`.
  13. .. warning:: The extension version must match the version of the GeoServer instance.
  14. .. toctree::
  15. :maxdepth: 1
  16. db2
  17. mysql
  18. oracle
  19. sqlserver
  20. GeoServer provides extensive facilities for controlling how databases are accessed.
  21. These are covered in the following sections.
  22. .. toctree::
  23. :maxdepth: 1
  24. connection-pooling
  25. jndi
  26. sqlview
  27. primarykey
  28. sqlsession