Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 892 Bytes

File metadata and controls

26 lines (17 loc) · 892 Bytes

MIT licensed Build Status

ConnectorDB Java Client

WARNING: this client is currently under construction

The client is compatible with both standard java and android. The client is used in the ConnectorDB android app to communicate with the database.

It is currently a very bare-bones client, and will be developed further subject to interest and/or needs of the android app.

Testing

To test, you need to run ConnectorDB in test configuration:

connectordb create testdb --test
connectordb start testdb
connectordb run testdb

Once ConnectorDB is running, you can run tests:

gradle assemble
gradle check