Difference between revisions of "Main Page"

From BaseX Documentation
Jump to navigation Jump to search
Line 1: Line 1:
=Documentation=
+
=Getting Started Guide=
  
==Getting Started Guide==
+
==Quick Start==
 
 
===Quick Start===
 
 
*[[BaseX Database Server]]: Using BaseX in a client/server architecture
 
*[[BaseX Database Server]]: Using BaseX in a client/server architecture
 
*[[BaseX GUI]]: Using the graphical user interface to work on local databases
 
*[[BaseX GUI]]: Using the graphical user interface to work on local databases
 
*[[BaseX Standalone Console]] Working with the BaseX console on local databases
 
*[[BaseX Standalone Console]] Working with the BaseX console on local databases
  
===Good to know===
+
==Good to know==
 
*[[Database & Collections]]: Databases and collections in BaseX
 
*[[Database & Collections]]: Databases and collections in BaseX
 
*[[Interact]]: How to interact with BaseX
 
*[[Interact]]: How to interact with BaseX
Line 14: Line 12:
 
**[[Settings]]: Overview of all settable options
 
**[[Settings]]: Overview of all settable options
  
==Advanced Users Guide==
+
=Advanced Users Guide=
  
===XQuery===
+
==XQuery==
  
====Extensions====
+
===Extensions===
 
* [[Full Text]]: full text features of XQuery
 
* [[Full Text]]: full text features of XQuery
 
* [[Update]]: update mechanism of XQuery
 
* [[Update]]: update mechanism of XQuery
 
* [[Java Bindings]]: calling of Java methods from XQuery
 
* [[Java Bindings]]: calling of Java methods from XQuery
  
====Functions====
+
===Functions===
 
* [[Database]]: Database-related functions
 
* [[Database]]: Database-related functions
 
* [[Utility]]: Testing and profiling functions
 
* [[Utility]]: Testing and profiling functions
Line 29: Line 27:
 
* [[File]]: functions for file handling, inspired by EXPath
 
* [[File]]: functions for file handling, inspired by EXPath
  
====Indexes====
+
===Indexes===
 
*[[Overview]]: All indexes and their functionality
 
*[[Overview]]: All indexes and their functionality
  
==Developer's Guide==
+
=Developer's Guide=
 
*[[Subversion Repository]]: Checkout the projects
 
*[[Subversion Repository]]: Checkout the projects
 
*[[Integrate]]: Integrate BaseX into your IDE
 
*[[Integrate]]: Integrate BaseX into your IDE
Line 39: Line 37:
 
*[[REST Interface]]: Communicate with the BaseX server using the REST interface
 
*[[REST Interface]]: Communicate with the BaseX server using the REST interface
  
==Tutorials==
+
=Tutorials=
  
==FAQ==
+
=FAQ=

Revision as of 14:28, 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

Tutorials

FAQ