Difference between revisions of "Clients"

From BaseX Documentation
Jump to navigation Jump to search
m (wikified)
Line 1: Line 1:
<h2>Introduction</h2>
+
== Introduction ==
<p>
+
<b>Note</b>: Most bindings are optimized for the latest releases of BaseX,
+
'''Note''': Most bindings are optimized for the latest releases of BaseX,
 
   which you find in our [http://www.inf.uni-konstanz.de/dbis/basex/maven/org/basex/ Maven repository].
 
   which you find in our [http://www.inf.uni-konstanz.de/dbis/basex/maven/org/basex/ Maven repository].
</p>
+
<p>
+
 
BaseX provides bindings in several programming languages. With these bindings, you will be able
 
BaseX provides bindings in several programming languages. With these bindings, you will be able
 
to create a client in different programming languages and connect to a running BaseX server instance.
 
to 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 queries on the server and receive the
 
Using the client, you can execute all database commands and queries on the server and receive the
corresponding results.</p>
+
corresponding results.  
 
<p>Please see following links for more information:</p>
 
 
   
 
   
<ul>
+
Please see following links for more information:
<li>[[Languages]]: List of offered programming languages.</li>
+
* [[Languages]]: List of offered programming languages.  
<li>[[Standard Mode]]: Description of the usage of the standard mode.</li>
+
* [[Standard Mode]]: Description of the usage of the standard mode.  
<li>[[Query Mode]]: Description of the usage of the query mode.</li>
+
* [[Query Mode]]: Description of the usage of the query mode.
</ul>
 
[[Category:Wikify]]
 

Revision as of 11:49, 12 December 2010

Introduction

Note: Most bindings are optimized for the latest releases of BaseX,

 which you find in our Maven repository.


BaseX provides bindings in several programming languages. With these bindings, you will be able to 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 queries on the server and receive the corresponding results.

Please see following links for more information:

  • Languages: List of offered programming languages.
  • Standard Mode: Description of the usage of the standard mode.
  • Query Mode: Description of the usage of the query mode.