Difference between revisions of "Main Page"

From BaseX Documentation
Jump to navigation Jump to search
Line 25: Line 25:
 
*[[Views]]: Description of the different visualizations
 
*[[Views]]: Description of the different visualizations
 
*[[Options and Settings]]: Description of the available options in the GUI
 
*[[Options and Settings]]: Description of the available options in the GUI
 +
 +
=Tutorials=
 +
 +
==BaseX intern==
 +
*[[BaseX & Collections]]: Work with Collections in BaseX
 +
*[[Backup & Restore in BaseX]]: Create a backup and restore it within BaseX
 +
 +
==BaseX from extern==
 +
*[[BaseX & oXygen XML Editor]]; Use BaseX within the oXygen XML Editor
 +
*[[BaseX & DOM in PHP]]: Connect to a BaseX Database Server with PHP
 +
*[[BaseX & REST]]: Connect to a BaseX Database Server with REST
 +
 
</div>
 
</div>
 
<div class="c50r">
 
<div class="c50r">
Line 64: Line 76:
 
*[[REST Interface]]: Communicate with the BaseX server using the REST interface
 
*[[REST Interface]]: Communicate with the BaseX server using the REST interface
  
=Tutorials=
 
 
==BaseX intern==
 
*[[BaseX & Collections]]: Work with Collections in BaseX
 
*[[Backup & Restore in BaseX]]: Create a backup and restore it within BaseX
 
 
==BaseX from extern==
 
*[[BaseX & oXygen XML Editor]]; Use BaseX within the oXygen XML Editor
 
*[[BaseX & DOM in PHP]]: Connect to a BaseX Database Server with PHP
 
*[[BaseX & REST]]: Connect to a BaseX Database Server with REST
 
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 16:14, 9 December 2010

Getting Started Guide

Quick Start

Good to know

  • Database & Collection: Basic knowledge about the terms database and collection in BaseX
  • Commands: Commands for managing BaseX and the databases
    • Settings: Overview of all settable options

Advanced Users Guide

BaseX Database Server

BaseX GUI

Tutorials

BaseX intern

BaseX from extern

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

Query Processor

Developer's Guide

Requirements

Examples

JavaDoc

see the Javadocs here...

Client Interfaces

  • Language bindings: Communicate with the BaseX server using the different language bindings
  • REST Interface: Communicate with the BaseX server using the REST interface

FAQ

see the FAQ here...