{"id":19542284,"url":"https://github.com/ruffrey/vardb","last_synced_at":"2026-03-03T15:04:33.456Z","repository":{"id":146814547,"uuid":"39102636","full_name":"ruffrey/vardb","owner":"ruffrey","description":"An embeddable, fast, NoSQL, in-memory datastore for javascript applications - now available for browser and node","archived":false,"fork":false,"pushed_at":"2015-07-15T13:21:27.000Z","size":184,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-19T15:42:55.408Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruffrey.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":"2015-07-14T22:01:13.000Z","updated_at":"2015-07-14T22:13:01.000Z","dependencies_parsed_at":"2023-03-31T17:33:36.176Z","dependency_job_id":null,"html_url":"https://github.com/ruffrey/vardb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruffrey/vardb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fvardb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fvardb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fvardb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fvardb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffrey","download_url":"https://codeload.github.com/ruffrey/vardb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffrey%2Fvardb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30050222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T14:38:37.398Z","status":"ssl_error","status_checked_at":"2026-03-03T14:38:06.721Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-11T03:14:00.538Z","updated_at":"2026-03-03T15:04:33.424Z","avatar_url":"https://github.com/ruffrey.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vardb\n\nAn embeddable in-memory datastore for javascript applications - now available for the browser and Node.js. It is a great alternative to Redis or other in-memory stores.\n\n**vardb** has a unique synchronous or asynchronous IO implementation for maximum performance and usability in javascript environments.\n\n# Getting started\n\nIt's easy to get started building with **vardb**.\n\nJust use the `var` keyword:\n\n### Lists\n```javascript\n// synchronous\nvar myStore = [];\nmyStore.push('a string');\n\n// asynchronous\nvar myStore = [];\nsetTimeout(function () {\n  myStore.push('a string');\n});\n```\n\n### Hashes / object store\n```javascript\n// synchronous\nvar myStore = {};\nmyStore.something = 'a string';\n\n// asynchronous\nvar myStore = {};\nsetTimeout(function () {\n  myStore.something = 'a string';\n});\n```\n\n# Other notes\n\n- as you can see this is not a datastore\n\n# License\n\n[WTFPL](http://www.wtfpl.net/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fvardb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffrey%2Fvardb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffrey%2Fvardb/lists"}