Difference between revisions of "Main Page"

From BaseX Documentation
Jump to navigation Jump to search
Line 31: Line 31:
  
 
=Developer's Guide=
 
=Developer's Guide=
 +
 +
==Requirements==
 
*[[Subversion Repository]]: Checkout the projects
 
*[[Subversion Repository]]: Checkout the projects
 
*[[Integrate]]: Integrate BaseX into your IDE
 
*[[Integrate]]: Integrate BaseX into your IDE
 +
 
*[[Coding examples]]: Examples for developing with the BaseX code base in Java
 
*[[Coding examples]]: Examples for developing with the BaseX code base in Java
 
*[[Client Interfaces]]: Communicate with the BaseX server using the different client interface
 
*[[Client Interfaces]]: Communicate with the BaseX server using the different client interface

Revision as of 13:31, 3 December 2010

Getting Started Guide

Quick Start

Good to know

Advanced Users Guide

XQuery

Extensions

Functions

  • Database: Database-related functions
  • Utility: Testing and profiling functions
  • Math: functions for mathematical operations
  • File: functions for file handling, inspired by EXPath

Indexes

  • Overview: All indexes and their functionality

Developer's Guide

Requirements

  • Coding examples: Examples for developing with the BaseX code base in Java
  • Client Interfaces: Communicate with the BaseX server using the different client interface
  • REST Interface: Communicate with the BaseX server using the REST interface

Tutorials

FAQ