Wiki source code of Database Support
Version 5.5 by Vincent Massol on 2010/04/23
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>>Features.Programming]] features to perform queries in your pages on any data contained in other pages. | ||
2 | |||
3 | XWiki supports the same databases Hibernate supports: | ||
4 | * mySQL | ||
5 | * PostgreSQL | ||
6 | * Oracle | ||
7 | * MS SQL Server | ||
8 | * Derby | ||
9 | * hsqldb | ||
10 | * DB2 | ||
11 | |||
12 | [[Here>>https://www.hibernate.org/80.html]] you can find a detailed list of databases supported by Hibernate. |