kalam_link 0.6.0-rc.1
kalam_link: ^0.6.0-rc.1 copied to clipboard
KalamDB client SDK for Dart and Flutter — queries, live subscriptions, and authentication
kalam_link examples #
Protocol demos against a running KalamDB. They create sample tables from Dart so you can inspect queries, login, and liveEvents().
New Flutter app? Prefer kalam init --languages dart and kalam_sync. Server install is not part of this SDK — see the server quick start.
# from link/sdks/dart/link
dart run example/simple-events/main.dart
dart run example/chat-app/main.dart
Defaults: http://localhost:2900, user admin / kalamdb123. Override with KALAMDB_URL, KALAMDB_USER, KALAMDB_PASSWORD (local kalam init servers use root / kalamdb123).