{"id":20720063,"url":"https://github.com/imagineeeinc/dino-db","last_synced_at":"2026-01-24T10:02:53.406Z","repository":{"id":54798448,"uuid":"485108897","full_name":"imagineeeinc/dino-db","owner":"imagineeeinc","description":"🦕A small, document-oriented data base🦕","archived":false,"fork":false,"pushed_at":"2025-09-18T22:45:00.000Z","size":334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T04:57:58.996Z","etag":null,"topics":["database","db","dino","dino-databse","dino-db","dinosaur","document-database","javascript","js-database"],"latest_commit_sha":null,"homepage":"","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/imagineeeinc.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,"zenodo":null}},"created_at":"2022-04-24T18:34:24.000Z","updated_at":"2025-09-18T22:44:58.000Z","dependencies_parsed_at":"2025-04-23T14:44:28.641Z","dependency_job_id":null,"html_url":"https://github.com/imagineeeinc/dino-db","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"1621f6f74e96b86d1b0a63963c4ee224df5c48a1"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/imagineeeinc/dino-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fdino-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fdino-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fdino-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fdino-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imagineeeinc","download_url":"https://codeload.github.com/imagineeeinc/dino-db/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fdino-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28724374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["database","db","dino","dino-databse","dino-db","dinosaur","document-database","javascript","js-database"],"created_at":"2024-11-17T03:19:15.057Z","updated_at":"2026-01-24T10:02:53.388Z","avatar_url":"https://github.com/imagineeeinc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003clink rel=\"icon\" type=\"image/svg+xml\" href=\"./dino-db.png\" /\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"./dino-db.png\" width=\"30%\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eDino DB\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003e🦕A small, document-oriented data base🦕\u003c/h3\u003e\n\nDino DB is a light yet robust Database for portable and server applications. A document-oriented based on the design of [firestore](https://firebase.google.com/docs/firestore).\n\nThere are separate modules you can add to enhance your usage of DinoDB. There is a server extension which allows you to access the Database from external applications with http requests, there is also a cross platform client which adds a clean api to make requests to your database.\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg alt=\"NPM\" src=\"https://img.shields.io/npm/l/dino-db\"\u003e\n\t\u003cimg alt=\"npm bundle size\" src=\"https://img.shields.io/bundlephobia/min/dino-db\"\u003e\n\t\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/dino-db\"\u003e\n\t\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/dm/dino-db\"\u003e\n\u003c/p\u003e\n\n# Install\n```shell\n# npm\nnpm i dino-db\n```\n```js\n// node\nconst dinoBb = require('dino');\n\n// browser (skypack)\nimport * as dinoDb from 'https://cdn.skypack.dev/dino-db'\n// browser module bundler\nimport * as dinoDb from 'dino-db'\n```\n\nCheck out on how to expose your database to external apps with the [server extension](https://www.npmjs.com/package/dino-db-server).\n\nThen check out on how to connect to the database with the [JavaScript based client](https://www.npmjs.com/package/dino-db-client)\n# Usage\n```js\n//initialise databse in the app\nvar db = new db.databse({id: \"food\"})\n// Use the normal api avalible\ndb.setInBook(\"ingredients\", \"sugar\", {dishes: \"sweet dish\", price: 10.50})\ndb.getInBook('ingredients', 'sugar')\n```\nread more about [data hierarchy](#data-hierarchy) to see how to structure data\n\n# Docs\n[Read the docs here](https://imagineee.gitbook.io/dino-db/) (not finished)\n# Data Hierarchy\n\n\u003cimg src=\"dino-db-data-hierarchy.png\"\u003e\n\nExample\n```\nFood(database)\n|\n\\_raw ingredients(book)\n||\n|\\_sugar(page)\n|| |\n|| \\_usage: \"sweet dish\"\n||   image: \"https://example.com/sugar.png\"\n|\\_salt(page)\n|| |\n|| \\_usage: \"savoury items\"\n||   image: \"https://example.com/salt.png\"\n|\\_ ...(page)\n|\n\\_dishes(book)\n |\n \\_dounut(page)\n | |\n | \\_ingredients: [\"sugar\", ...]\n |   instruction: {step1: ..., step2: ..., ...}\n \\_crackers(page)\n   |\n\t \\_ingredients: [\"salt\", ...]\n     instruction: {step1: ..., step2: ..., ...}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagineeeinc%2Fdino-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimagineeeinc%2Fdino-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagineeeinc%2Fdino-db/lists"}