Wiki source code of Database Support
Last modified by Thomas Mortagne on 2023/10/10 09:56
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | All XWiki pages are saved in a relational database for better efficiency. This allows XWiki to be fast and scalable. It also allows you to use the [[Programming>>Documentation.UserGuide.Features.Programming]] features to perform queries in your pages on any data contained in other pages. | ||
| 2 | |||
| 3 | Theoretically XWiki supports the [[same databases Hibernate supports>>https://community.jboss.org/wiki/SupportedDatabases2]]. This means that if you provide the correct Hibernate mapping file all those databases should work fine with XWiki. | ||
| 4 | |||
| 5 | More specifically the [[XWiki Development Team officially supports a subset of all those databases>>dev:Community.DatabaseSupportStrategy]]. |