crdb-pg
Version:
A cockroachdb driver to add the missing bits around the pq driver.
35 lines (34 loc) • 785 B
JSON
{
"name": "crdb-pg",
"version": "1.4.3",
"description": "A cockroachdb driver to add the missing bits around the pq driver.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wzrdtales/crdb-pg.git"
},
"keywords": [
"cockroachdb",
"crdb",
"cockroach",
"pq",
"libpq",
"driver"
],
"author": "Tobias Gurtzick <magic@wizardtales.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wzrdtales/crdb-pg/issues"
},
"homepage": "https://github.com/wzrdtales/crdb-pg#readme",
"peerDependencies": {
"pg": "^7.4.0",
"pg-native": "^2.2.0"
},
"dependencies": {
"sql-template-strings": "^2.2.2"
}
}