Difference between revisions of "Main Page"

From BaseX Documentation
Jump to navigation Jump to search
m (→‎Functions: moved link to Database)
Line 65: Line 65:
  
 
=Developer's Guide=
 
=Developer's Guide=
 
+
Information for Developers can be found in our [[Developer Portal]].
==Requirements==
 
*[[Subversion Repository]]: Checkout the projects
 
*[[Integrate]]: Integrate BaseX into your IDE
 
 
 
==Examples==
 
*[[Coding examples]]: Examples for developing with the BaseX code base in Java
 
 
 
==JavaDoc==
 
* See our Javadocs [http://www.inf.uni-konstanz.de/dbis/basex/javadoc/ 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
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 +
 
=FAQ=
 
=FAQ=
  
 
see the FAQ [[FAQ|here...]]
 
see the FAQ [[FAQ|here...]]
 
__NOTOC__
 
__NOTOC__

Revision as of 00:25, 13 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 (db): Database-related functions
  • Utility (util): Testing and profiling functions
  • Math (math): functions for mathematical operations
  • File (file): functions for file handling, inspired by EXPath

Indexes

  • Overview: All indexes and their functionality

Query Processor

Developer's Guide

Information for Developers can be found in our Developer Portal.

FAQ

see the FAQ here...