==Workflow==
* First of allAll clients are based on the client/server architecture. Hence, a BaseX database server must be running, which will process the client requestsstarted first.
* Each client provides a session class or script with methods to connect to and communicate with the database server. A socket connection will be established by the constructor, which expects a host, port, user name and password as arguments.