Database Support

Version 5.5 by Vincent Massol on 2010/04/23

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 to perform queries in your pages on any data contained in other pages.

XWiki supports the same databases Hibernate supports:

  • mySQL
  • PostgreSQL
  • Oracle
  • MS SQL Server
  • Derby
  • hsqldb
  • DB2

Here you can find a detailed list of databases supported by Hibernate. 

Get Connected