eXist-db in a NutShell

eXist-db is an open source database management system entirely built on XML technology. It is a "Native XML Database" which means the database does not store XML data "as is" but eXist will transform the XML data into its own internal logical model.

eXist-db uses XQuery to retrieve and manipulate data. The database supports many (web) technology standards making it an excellent application platform:

  • XQuery 1.0 / XPath 2.0
  • XSLT 1.0 (using Apache Xalan) or XSLT 2.0 (optional using Saxon )
  • HTTP interfaces: REST, webDAV, SOAP, XMLRPC, Atom Publishing Protocol
  • XML database specific: XMLDB, XQJ/JSR-225 (under development)

eXist-db is highly compliant with the XQuery standard (current XQTS score is 99.4%) for the standard functions for querying data but it has also additional (non w3c) XQuery Update Extensions for updating (insert, replace, value delete and rename) data stored in the database. Out of the box eXist-db also provides a large collection of XQuery Function Modules containing many handy functions that are not (yet) defined in the XQuery specification.

The eXist-db has a large community of users and developers, which is very active. For more information and documentation please visit our homepage.

For even more information or support please consult our WiKi or search or subscribe to our mailing list. Alternatively visit us on our AJAX based chatbox.

eXist-db has been developed in the Java programming language (Java 1.4 or newer, SUN java preferred) and the sources are available on SourceForge subversion repositories. The OpenSource code is made browsable and is continuously monitored and built.