CockroachDB
Prerequisites
Configuration
bindings:
- name: cockroachdb
source:
kind: kubemq.query
properties:
address: localhost:50000
channel: query.cockroachdb
target:
kind: stores.cockroachdb
properties:
connection: postgres://root:postgres@localhost:26257/postgres?sslmode=disable
properties: {}Usage
Query Request
Exec Request
Transaction Request
Last updated