You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,12 @@ level = "info"
73
73
appenders = ["console", "file"]
74
74
```
75
75
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
+
76
82
## Interacting with the database via TCP
77
83
78
84
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
83
89
84
90
Once the TCP connection has been established, you can use the commands defined in the
0 commit comments