-
Updated
Jul 30, 2021 - TypeScript
#
cockroachdb
Here are 178 public repositories matching this topic...
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
electron
javascript
mysql
typescript
react-native
orm
database
sap
sqlite
postgresql
oracle
mariadb
websql
typeorm
sap-hana
active-record
sqlserver
data-mapper
cockroachdb
Pony Object Relational Mapper
-
Updated
Jul 30, 2021 - Python
A Tasty Treat For All Your Database Needs
-
Updated
Jul 16, 2021 - Go
Node.js database migration management for Postgresql
api
postgres
sql
database
migrations
postgresql
migration
db
extensible
pg
expandable
migrator
migrate
cockroachdb
programatic
postgre
db-migrate
cockroach
programable
-
Updated
Jul 27, 2021 - TypeScript
mrigger
commented
Apr 7, 2021
It would be great to implement test case reduction strategies in SQLancer itself. The advantage of doing this in SQLancer, rather than an external tool like C-Reduce, is that we have all the information on whether a specific bug is still triggered (e.g., that two queries should yield the same result) and that the reduction can likely go further than when having an external interestingness test (e.
Database migration tool for .NET and .NET Core projects. Inspired by Flyway.
mysql
sql
database
cassandra
sqlite
postgresql
migration
mariadb
flyway
underscore
sqlserver
cockroachdb
evolve
dotnet-tool
-
Updated
Apr 29, 2021 - C#
Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻
mysql
testing
go
docker
kubernetes
redis
golang
elasticsearch
postgres
mongo
memcached
sql-server
kafka
rabbitmq
splunk
integration-testing
mariadb
end-to-end-testing
cockroachdb
localstack
-
Updated
Jul 30, 2021 - Go
A simple example on Event Sourcing/CQRS in Go for building distributed systems and microservices with NATS Streaming, gRPC and CockroachDB
-
Updated
Jul 15, 2020 - Go
Go Examples: From basics to distributed systems
golang
distributed-systems
microservices
mongodb
influxdb
grpc
nats
restful-api
cockroachdb
nats-streaming
cockroach-database
-
Updated
Jun 20, 2021 - Go
Yivnet is a microservice game server base on go-kit
-
Updated
Sep 17, 2019 - Go
Examples for building microservices with Go kit (gokit.io)
-
Updated
Jul 15, 2020 - Go
A Common DSL for Migrating Databases
-
Updated
Nov 4, 2020 - Go
PostgreSQL (SQL:2011, SQL:2008, SQL:2003, SQL:1999, and SQL-92 Standard) Parser
-
Updated
Jul 28, 2021 - Go
CockroachDB adapter for ActiveRecord.
-
Updated
Jul 29, 2021 - Ruby
Distributed Systems programming examples in the Go programming language.
golang
distributed-systems
grpc
tracing
microservices-architecture
zipkin
gokit
cockroachdb
nats-streaming
grpc-go
jetstream
natsio
-
Updated
May 10, 2021 - Go
mysql
golang
benchmark
database
cassandra
sqlite
postgresql
mariadb
stress-testing
mssql
hacktoberfest
cockroachdb
scylladb
-
Updated
Jul 30, 2021 - Go
CockroachDB examples using Docker and Docker Compose
-
Updated
Jul 1, 2021 - Shell
Cacheroach is a multi-tenant, multi-region, multi-cloud file store built using CockroachDB.
-
Updated
Jun 21, 2021 - Go
CLI collection of utilities for working with CrateDB or PostgreSQL. Benchmark queries, insert data.
-
Updated
Jul 1, 2021 - Python
A.L.A. (Automated Linguistic Analysis) application
docker
kubernetes
promises
automation
rabbitmq
jpa
osgi
whiteboard
camel
hibernate
server-sent-events
cockroachdb
pushstream
-
Updated
Apr 29, 2019 - Java
A custom Ecto Sandbox for CockroachDB to run your tests
-
Updated
May 20, 2019 - Elixir
Local CockroachDB Kubernetes example using Helm
-
Updated
Jul 3, 2020 - Shell
Sagas orchestration and choreography pattern example
-
Updated
May 13, 2020 - Go
Improve this page
Add a description, image, and links to the cockroachdb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cockroachdb topic, visit your repo's landing page and select "manage topics."
cardinality
returns the number of elements in the array. In Postgres, it's recursive, and counts each element in every dimension. Since CockroachDB only supports 1-dimensional arrays right now, the function is similar toarray_len
See https://www.postgresql.org/docs/13/functions-array.html
Instructions: