Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dalongrong/cratedb-driver

rongfengliang5Apache-2.01.0.1

Cube.js Postgres database driver

readme

cratedb-driver for cube.js

fork form offical pg driver and do some change

Some Notes

current not merge info offical packages,should add some more config for cube.js

const CrateDBQuery = require("./CrateDBQuery")
dialectFactory: (dataSource) => {
    // need config  datasource  for multitenant env
    return CrateDBQuery
},

changelog

Change Log

1.0.1

bugfix for es6 export