{"id":24719166,"url":"https://github.com/rustbase/rustbase-js","last_synced_at":"2026-04-10T15:02:23.999Z","repository":{"id":62135325,"uuid":"530672552","full_name":"rustbase/rustbase-js","owner":"rustbase","description":"A Javascript/Typescript Rustbase driver","archived":false,"fork":false,"pushed_at":"2023-03-01T23:45:47.000Z","size":145,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-28T01:01:48.880Z","etag":null,"topics":["javascript","nodejs","rustbase","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustbase.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}},"created_at":"2022-08-30T13:35:39.000Z","updated_at":"2023-05-01T22:51:26.000Z","dependencies_parsed_at":"2023-02-13T01:15:26.217Z","dependency_job_id":null,"html_url":"https://github.com/rustbase/rustbase-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustbase%2Frustbase-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustbase%2Frustbase-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustbase%2Frustbase-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustbase%2Frustbase-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustbase","download_url":"https://codeload.github.com/rustbase/rustbase-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952554,"owners_count":20537467,"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":["javascript","nodejs","rustbase","typescript"],"created_at":"2025-01-27T11:16:53.381Z","updated_at":"2025-12-30T20:44:32.431Z","avatar_url":"https://github.com/rustbase.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rustbase JS\nA driver to use Rustbase with NodeJS\n\n# Installation\n```bash\nnpm install rustbase-js\n```\n\n# Usage\n```js\nconst { connect } = require('rustbase-js');\n\nconst rustbase = connect(\"rustbase://\u003curl\u003e:23561/supercooldatabase\");\n```\n\n## With username and password\nYou can also connect to a Rustbase database with a username and password. Just add them to the URL.\n```js\nconst rustbase = connect(\"rustbase://username:password@\u003curl\u003e:23561/supercooldatabase\");\n```\n\n## With SSL\nYou can also connect to a Rustbase database with SSL. \n```js\nconst rustbase = connect(\"rustbase://username:password@\u003curl\u003e:23561/supercooldatabase\", {\n    tls: true,\n});\n```\n\n# Contribute\n## Prerequisites\n- **pnpm**: We use pnpm as our package manager. You can install it with `npm install -g pnpm`.\n\n\n## Setup\n1. Clone the repository: `git clone https://github.com/rustbase/rustbase-js`\n2. Enter the directory: `cd rustbase-js`\n3. Install dependencies: `pnpm install`\n\n# License\n[MIT License](/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustbase%2Frustbase-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustbase%2Frustbase-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustbase%2Frustbase-js/lists"}