Changes

Jump to navigation Jump to search
94 bytes removed ,  11:26, 25 June 2011
no edit summary
BaseX provides bindings clients in several programming languages. With these light-weight bindings, you will be ableto create a client in different programming languages and connect to a running BaseX server instance.Using the client, you can execute all database commands and perform queries on the server and receive thecorresponding results:.
* [[Standard Mode]]: Description of the usage of the standard mode.
: [https://github.com/BaseXdb/basex-api/tree/master/src/main/haskell Haskell] (thanks to Leo Wörteler)
For most Most of the interfaces, you will find contain at least the following four files:
# <code>BaseXClient</code> contains the actual code for creating a session, sending and executing commands and receiving results. Furthermore there is an inner class called <code>query</code> which offers the evaluation of queries in an iterative manner.
# <code>Example</code> demonstrates how to send database commands.
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu