pg2arrow
Version:
Simple library to query postgres and return result in an Apache Arrow format.
38 lines (37 loc) • 773 B
JSON
{
"name": "pg2arrow",
"version": "0.0.2",
"main": "./lib/index.js",
"files": [
"lib/*"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:zemeolotu/node-pg2arrow.git"
},
"keywords": [
"postgres",
"pg",
"pg-native",
"libpq",
"arrow",
"apache"
],
"author": "Zeme Olotu",
"bugs": {
"url": "https://github.com/zemeolotu/node-pg2arrow/issues"
},
"homepage": "https://github.com/zemeolotu/node-pg2arrow",
"dependencies": {
"apache-arrow": "^0.17.0",
"pg-native": "^3.0.0",
"pg-types": "^3.0.0"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0"
}
}