{"id":15102771,"url":"https://github.com/glatek/rutabaga","last_synced_at":"2026-02-09T00:32:54.368Z","repository":{"id":216369502,"uuid":"741136329","full_name":"Glatek/rutabaga","owner":"Glatek","description":"JSON Schema-backed CRUD operations in Service Workers with IndexedDB.","archived":false,"fork":false,"pushed_at":"2024-01-18T20:45:20.000Z","size":255,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-05T11:42:45.116Z","etag":null,"topics":["crud","indexeddb","json-schema","service-worker"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Glatek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-09T19:15:28.000Z","updated_at":"2024-01-10T19:45:20.000Z","dependencies_parsed_at":"2024-09-20T08:00:46.210Z","dependency_job_id":null,"html_url":"https://github.com/Glatek/rutabaga","commit_stats":{"total_commits":49,"total_committers":1,"mean_commits":49.0,"dds":0.0,"last_synced_commit":"a4a01625ad7869d77eba13cce3d379ec949a5711"},"previous_names":["glatek/rutabaga"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glatek%2Frutabaga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glatek%2Frutabaga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glatek%2Frutabaga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Glatek%2Frutabaga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Glatek","download_url":"https://codeload.github.com/Glatek/rutabaga/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"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":["crud","indexeddb","json-schema","service-worker"],"created_at":"2024-09-25T19:06:15.807Z","updated_at":"2026-02-09T00:32:54.343Z","avatar_url":"https://github.com/Glatek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @glatek/rutabaga\n\n[![Biome](https://github.com/Glatek/rutabaga/actions/workflows/biome.yml/badge.svg)](https://github.com/Glatek/rutabaga/actions/workflows/biome.yml)\n[![Vitest](https://github.com/Glatek/rutabaga/actions/workflows/vitest.yml/badge.svg)](https://github.com/Glatek/rutabaga/actions/workflows/vitest.yml)\n\n![Rutabaga Logo](https://i.imgur.com/0eOAq3T.png)\n\nJSON Schema-backed CRUD operations in Service Workers with IndexedDB.\n\n## Description\n\nThat short intro is a mouth full. This project takes JSON Schema definitions and:\n\n- Creates API routes for CRUD\n- Generates HTML forms\n- Stores the data in IndexedDB via Dexie.JS\n\n```mermaid\nsequenceDiagram\n    participant A as App\n    participant S as ServiceWorker\n    participant D as IndexedDB\n    critical CREATE | POST /api/:table\n        A-\u003e\u003eS: Request\n        S-\u003e\u003eD: read\n        D--\u003e\u003eS: read success\n        S--\u003e\u003eA: Response\n    end\n    critical READ | GET /api/:table\n        A-\u003e\u003eS: Request\n        S-\u003e\u003eD: write\n        D--\u003e\u003eS: write success\n        S--\u003e\u003eA: Response\n    end\n    critical UPDATE | PUT /api/:table\n        A-\u003e\u003eS: Request\n        S-\u003e\u003eD: update\n        D--\u003e\u003eS: update success\n        S--\u003e\u003eA: Response\n    end\n    critical DELETE | DELETE /api/:table\n        A-\u003e\u003eS: Request\n        S-\u003e\u003eD: delete\n        D--\u003e\u003eS: delete success\n        S--\u003e\u003eA: Response\n    end\n```\n\n## Usage\n\nComing soon...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglatek%2Frutabaga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglatek%2Frutabaga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglatek%2Frutabaga/lists"}