-
Updated
Sep 16, 2020 - TypeScript
#
cockroachdb
Here are 134 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
Sep 9, 2020 - Python
A Tasty Treat For All Your Database Needs
-
Updated
Sep 15, 2020 - 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
Sep 15, 2020 - TypeScript
mrigger
commented
Jul 10, 2020
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
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
Aug 14, 2020 - C#
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
Aug 10, 2020 - 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
Sep 3, 2020 - Go
CockroachDB adapter for ActiveRecord.
-
Updated
Sep 16, 2020 - Ruby
mysql
golang
benchmark
database
cassandra
sqlite
postgresql
mariadb
stress-testing
mssql
cockroachdb
scylladb
-
Updated
Jun 14, 2020 - Go
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
This project supply a usable infrastructure in order to make tests around Openstack using CockroachDB as a backend for its services.
-
Updated
Jan 9, 2018 - Shell
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
Jul 16, 2020 - Go
CockroachDB examples using Docker and Docker Compose
-
Updated
Jul 23, 2020 - Dockerfile
txiaozhe个人网站的后台系统。
-
Updated
Oct 20, 2017 - Go
-
Updated
Jul 7, 2019 - C#
Local CockroachDB Kubernetes example using Helm
-
Updated
Jul 3, 2020 - Shell
Sagas orchestration and choreography pattern example
-
Updated
May 13, 2020 - Go
Data services: Processing big data the microservice way with Java EE 7
java
docker
kubernetes
mqtt
kafka
microservice
rabbitmq
jms
restful
bigdata
postgresql
jsonp
javaee
mosquitto
jaxrs
cockroachdb
payara
jbatch
-
Updated
Sep 26, 2018 - Java
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."
SQL supports hidden columns: columns that are only included in a projection if explicitly requested. An example of this is the
rowid
column that is created on tables without explicitly primary keys.Currently, there is no way to get a hidden column on a user-defined table: it's only possible if you manually set the hidden boolean in the table descriptor, by editing the CockroachDB source code