{"id":16843612,"url":"https://github.com/brianvoe/objectdb","last_synced_at":"2026-05-21T04:02:06.262Z","repository":{"id":43613428,"uuid":"71509020","full_name":"brianvoe/objectdb","owner":"brianvoe","description":"A Simple Object Database","archived":false,"fork":false,"pushed_at":"2016-10-21T01:43:35.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T12:29:57.486Z","etag":null,"topics":["database","javascript","objectdb"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/brianvoe.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":"2016-10-20T22:20:43.000Z","updated_at":"2017-04-21T04:15:01.000Z","dependencies_parsed_at":"2022-09-20T23:30:25.594Z","dependency_job_id":null,"html_url":"https://github.com/brianvoe/objectdb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianvoe%2Fobjectdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianvoe%2Fobjectdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianvoe%2Fobjectdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianvoe%2Fobjectdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianvoe","download_url":"https://codeload.github.com/brianvoe/objectdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166639,"owners_count":20409177,"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","javascript","objectdb"],"created_at":"2024-10-13T12:52:26.782Z","updated_at":"2026-05-21T04:02:01.224Z","avatar_url":"https://github.com/brianvoe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# objectDB ![Build Status](https://travis-ci.org/brianvoe/objectdb.svg?branch=master)\nobjectDB is an open-source in memory javascript database inspired by vanillajs. Designed to help you put stuff in an object.\n\n## Features\n- [x] Extremely Light weight!\n- [x] Extremely fast queries\n- [x] Extremely robust cross browser support\n- [x] Extremely easy to learn\n- [x] Extremely open source\n- [x] Extremely compatible with your own code\n- [x] Extremely sexy\n\n## Install\n```bash\nnpm install --save objectdb\n```\n## Test\n```bash\nnpm test\n```\nIf the test fails. You need to stop and walk away from the computer slowly!\n\n## How do I use it?\nI cant believe you have to ask, ok here.\n```javascript\nlet objectDb = require('objectdb');\n\nobjectDb.name = 'smart ass';\nconsole.log(objectDb.name);\n```\n\n## If I refresh the page I loose everything\nWell no shit! Its an object!\n\nTo put it in the browsers storage\n```javascript\nlet objectDb = require('objectdb');\nobjectDb.name = 'smart ass';\n\n// Set\nlocalStorage.setItem(\"data\", JSON.stringify(objectDb));\n\n// Get\nlet data = JSON.parse(localStorage.getItem(\"data\"));\nconsole.log(data);\n```\n\n## Wait a sec! Its not a database!\nOh yes it is smart ass!\n\n\u003cb\u003eDefinition:\u003c/b\u003e \"a structured set of data held in a computer, especially one that is accessible in various ways.\"\n\n## Roadmap\nNo\n\n## Contributing\nWhy?\n\n## Copyright\nSteal it! Take it all for your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianvoe%2Fobjectdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianvoe%2Fobjectdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianvoe%2Fobjectdb/lists"}