{"id":19143525,"url":"https://github.com/skytable/client-nodejs","last_synced_at":"2025-05-07T00:44:46.195Z","repository":{"id":211772349,"uuid":"729889072","full_name":"skytable/client-nodejs","owner":"skytable","description":"Official Node driver for Skytable","archived":false,"fork":false,"pushed_at":"2024-01-02T08:53:32.000Z","size":95,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"next","last_synced_at":"2025-04-19T16:39:50.364Z","etag":null,"topics":["database","database-driver","javascript","js","node","nodejs","skytable","skytable-client","ts","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skytable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-10T17:02:33.000Z","updated_at":"2024-12-09T21:15:41.000Z","dependencies_parsed_at":"2024-11-09T07:33:17.849Z","dependency_job_id":"4636542f-236c-4677-a090-07aab905e181","html_url":"https://github.com/skytable/client-nodejs","commit_stats":null,"previous_names":["skytable/client-nodejs"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytable%2Fclient-nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytable%2Fclient-nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytable%2Fclient-nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skytable%2Fclient-nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skytable","download_url":"https://codeload.github.com/skytable/client-nodejs/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793562,"owners_count":21805053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","database-driver","javascript","js","node","nodejs","skytable","skytable-client","ts","typescript"],"created_at":"2024-11-09T07:31:46.715Z","updated_at":"2025-05-07T00:44:46.169Z","avatar_url":"https://github.com/skytable.png","language":"TypeScript","readme":"# `skytable-node`: Skytable driver for NodeJS\n\n## Getting started\n\n```shell\nyarn add skytable-node\n```\n\n## Example\n\n```js\nconst { Config, Query } = require('skytable-node');\nconst cfg = new Config(\"root\", \"password\");\n\nasync function main() {\n    let db;\n    try {\n        db = await cfg.connect();\n        console.log(await db.query(new Query(\"sysctl report status\")));\n    } catch (e) {\n        console.error(e);\n        process.exit(1);\n    } finally {\n        if (db) {\n            await db.disconnect();\n        }\n    }\n}\n\nmain()\n```\n\n## License\n\nThis driver is distributed under the [Apache-2.0 License](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytable%2Fclient-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskytable%2Fclient-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytable%2Fclient-nodejs/lists"}