Skip to content

Commit 1b3667a

Browse files
hyperpolymathclaude
andcommitted
docs(verisimdb): clarify Gleam vs Elixir client SDK relationship
Burble uses VeriSimDB via the Elixir client, not the Gleam SDK. Added note to connectors README so codec stubs don't cause confusion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 320df2d commit 1b3667a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

verisimdb/connectors/README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ read, write, and query VeriSimDB octad entities. Each SDK wraps the REST API
171171
(and optionally gRPC for streaming) with connection pooling, retry logic,
172172
serialisation, and type-safe octad construction.
173173

174+
NOTE: **Burble** uses VeriSimDB via the **Elixir client** (`Burble.Store` GenServer
175+
wrapping `VeriSimClient`), not the Gleam SDK. The Gleam SDK is a separate effort
176+
for Gleam-native applications. Codec stubs in the Gleam client do not affect
177+
Burble or any other Elixir-based consumer.
178+
174179
[cols="1,2,1"]
175180
|===
176181
| SDK | Language / Runtime | Status

0 commit comments

Comments
 (0)