Skip to content

Commit 0e1816c

Browse files
authored
Update README.md
1 parent 7735b82 commit 0e1816c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ level = "info"
7373
appenders = ["console", "file"]
7474
```
7575

76+
## Interacting with the database from Rust
77+
78+
To interact with the database from a rust application use [exar-client](https://github.com/bfil/exar-db/tree/master/exar-client).
79+
80+
Basic connect/publish/subscribe examples are available at the [exar-client](https://bfil.github.io/exar-db/exar_client/index.html) section of the documentation.
81+
7682
## Interacting with the database via TCP
7783

7884
To interact with the database a very simple TCP protocol can be used even via `telnet`.
@@ -83,7 +89,7 @@ telnet 127.0.0.1 38580
8389

8490
Once the TCP connection has been established, you can use the commands defined in the
8591
[exar-net](https://bfil.github.io/exar-db/exar_net/index.html)
86-
section of the documentation
92+
section of the documentation.
8793

8894
## Exar UI
8995

0 commit comments

Comments
 (0)