We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6859ceb commit b5efee4Copy full SHA for b5efee4
README.md
@@ -9,7 +9,7 @@ It supports the following features through Data API:
9
10
## Example
11
12
-```
+```csharp
13
var client = new RqliteClient("http://localhost:4001"); //Assuming you have rqlite running on that port locally
14
var version = await client.Ping();
15
0 commit comments