Wiki source code of Database Support

Version 6.7 by Manuel Smeria on 2012/11/30

Show last authors
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>>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]].

Get Connected