dgadelha / knex-playground

Knex Playground
https://dgadelha.github.io/knex-playground/
40 stars 5 forks source link

Client CockroachDB #243

Closed intech closed 2 years ago

intech commented 2 years ago

Add support for the cockroachdb dialect

dgadelha commented 2 years ago

Hi there,

CockroachDB dialect on Knex.js has been added recently and wasn't released yet.

For now, you can use PostgreSQL dialect. Most of generated queries should be compatible with CockroachDB.

intech commented 2 years ago

I'm contributing to knex cockroachdb dialect and it's different with pg :) I will wait for the update, thanks!

dgadelha commented 2 years ago

Alright, feel free to ping me again when this update is released, I already have a draft code locally to add support for CockroachDB.

intech commented 2 years ago

@dgadelha https://github.com/knex/knex/releases/tag/0.95.12

dgadelha commented 2 years ago

done :)