Clients

From BaseX Documentation
Revision as of 13:53, 6 December 2010 by AW (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.