Skip to content

add initial version of cockroachdb extension#131

Open
HarshCasper wants to merge 2 commits intomainfrom
cockroachdb
Open

add initial version of cockroachdb extension#131
HarshCasper wants to merge 2 commits intomainfrom
cockroachdb

Conversation

@HarshCasper
Copy link
Member

@HarshCasper HarshCasper commented Mar 3, 2026

Summary

  • Add CockroachDB extension for LocalStack using Docker sidecar pattern
  • Run CockroachDB in start-single-node --insecure mode with in-memory store for fast, ephemeral local development
  • Route PostgreSQL wire protocol connections through the LocalStack gateway at cockroachdb.localhost.localstack.cloud:4566 via TCP protocol detection
  • Include integration tests covering basic connectivity, CRUD operations, and mixed TCP/HTTP traffic co-existence with AWS services
  • Add GitHub Actions workflow for CI with lint, build, and integration test steps
  • Provide Makefile automation for extension installation, testing, linting, and distribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant