Difference between revisions of "Clients"

From BaseX Documentation
Jump to navigation Jump to search
(Created page with "<h2>Introduction</h2> <p> <b>Note</b>: Most bindings are optimized for the latest releases of BaseX, which you find in our <a href="maven/org/basex/basex">Maven repository</a...")
(No difference)

Revision as of 14:53, 6 December 2010

Introduction

Note: Most bindings are optimized for the latest releases of BaseX, which you find in our <a href="maven/org/basex/basex">Maven repository</a>.

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:

  • <a href="bindlangs">Languages</a>: List of offered programming languages.
  • <a href="bindstand">Standard Mode</a>: Description of the usage of the standard mode.
  • <a href="bindquery">Query Mode</a>: Description of the usage of the query mode.