{"id":48516231,"url":"https://github.com/maximilian27/moltendb-web","last_synced_at":"2026-04-07T19:03:05.278Z","repository":{"id":345710996,"uuid":"1182655731","full_name":"maximilian27/moltendb-web","owner":"maximilian27","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-06T07:44:34.000Z","size":1483,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-04-06T09:46:20.940Z","etag":null,"topics":["angular","db","javascript","localfirstweb","offline-first","opfs","opfs-tools","query-builder","typescript","wasm","webassembly","webworker"],"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/maximilian27.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://ko-fi.com/maximilian27"}},"created_at":"2026-03-15T20:00:55.000Z","updated_at":"2026-04-06T07:24:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maximilian27/moltendb-web","commit_stats":null,"previous_names":["maximilian27/moltendb-web"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maximilian27/moltendb-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilian27%2Fmoltendb-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilian27%2Fmoltendb-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilian27%2Fmoltendb-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilian27%2Fmoltendb-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximilian27","download_url":"https://codeload.github.com/maximilian27/moltendb-web/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilian27%2Fmoltendb-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31524531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["angular","db","javascript","localfirstweb","offline-first","opfs","opfs-tools","query-builder","typescript","wasm","webassembly","webworker"],"created_at":"2026-04-07T19:03:04.646Z","updated_at":"2026-04-07T19:03:05.271Z","avatar_url":"https://github.com/maximilian27.png","language":"TypeScript","readme":"# MoltenDb Web\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.png\" alt=\"MoltenDb Logo\" width=\"64\"/\u003e\n\n  ### 🌋 The Embedded Database for the Modern Web\n\n  **This is the monorepo for MoltenDb Web — a high-performance Rust engine compiled to WASM with persistent storage via OPFS.**\n\n  **Use it as a full-featured embedded database *or* as a persistent state manager — your app's data survives page reloads, browser crashes, and unexpected connection loss automatically.**\n\n  [Interactive Demo](https://stackblitz.com/~/github.com/maximilian27/moltendb-wasm-demo?file=package.json) • [Original Repository](https://github.com/maximilian27/MoltenDb) • [License](LICENSE.md)\n\n  [![NPM Version](https://img.shields.io/npm/v/@moltendb-web/core?style=flat-square\u0026color=orange)](https://www.npmjs.com/package/@moltendb-web/core)\n  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE.md)\n  [![WASM](https://img.shields.io/badge/wasm-optimized-magenta?style=flat-square)](https://webassembly.org/)\n\u003c/div\u003e\n\n---\n\n## Demos\n\n### 🔬 Interactive Query Demo (Core \u0026 Query packages)\n\nExplore the full MoltenDb query builder in a live, zero-setup environment:\n\n- ⚡ **StackBlitz:** [Open Interactive Demo](https://stackblitz.com/~/github.com/maximilian27/moltendb-wasm-demo?file=package.json)\n\nThis demo lets you test the full query builder API — `get()`, `set()`, `update()`, `delete()`, `.where()`, `.fields()`, `.sort()`, `.joins()`, and more — directly in the browser against a real WASM-powered MoltenDb instance.\n\n### 🅰️ Angular Demo App\n\nA real-world Angular application showcasing the `@moltendb-web/angular` integration:\n\n- 🔗 **Demo repo:** [github.com/maximilian27/moltendb-angular](https://github.com/maximilian27/moltendb-angular)\n- ⚡ **StackBlitz:** [Open in StackBlitz](https://stackblitz.com/~/github.com/maximilian27/moltendb-angular)\n- 🌐 **Live demo:** [moltendb-angular.maximilian-both27.workers.dev/laptops](https://moltendb-angular.maximilian-both27.workers.dev/laptops)\n\nThe demo app showcases two real-world scenarios:\n- **`/laptops`** — A fully-featured data table with filtering, sorting, column visibility, field projection, and reactive summary stats using `moltenDbResource`.\n- **`/stress-test`** — A benchmarking page measuring MoltenDB CRUD performance (bulk writes, reads, filtered/sorted queries, updates, and deletes) displayed as ops/sec.\n\n---\n\n## Packages\n\nThis monorepo contains the following packages. Please refer to their individual READMEs for detailed documentation, usage examples, and API references.\n\n| Package | Description | README |\n|---------|-------------|--------|\n| [`@moltendb-web/core`](packages/core) | Core WASM engine — low-level database bindings | [README](packages/core/README.md) |\n| [`@moltendb-web/query`](packages/query) | Query builder — ergonomic API on top of core | [README](packages/query/README.md) |\n| [`@moltendb-web/angular`](packages/angular) | Angular integration — reactive Signals, resources, and DI | [README](packages/angular/README.md) |\n","funding_links":["https://ko-fi.com/maximilian27"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilian27%2Fmoltendb-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximilian27%2Fmoltendb-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilian27%2Fmoltendb-web/lists"}