Migrate from gun.js to pluresdb package (v1.3.0)#8
Merged
kayodebristol merged 5 commits intomainfrom Dec 27, 2025
Merged
Conversation
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor project to use pluresDB instead of gun.js
Migrate from gun.js to pluresdb package
Dec 27, 2025
Contributor
|
@copilot A new version pluresDB has been published to npm, jsr, & docker (v1.3.0). Update the project to use the latest version and make any adjustments or enhancements provided by new v1.3.0. |
Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Contributor
Author
Updated to PluresDB v1.3.0 in commit 478f370. Changes include:
All tests passing ✅ |
Copilot
AI
changed the title
Migrate from gun.js to pluresdb package
Migrate from gun.js to pluresdb package (v1.3.0)
Dec 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates project to use the pluresdb npm package (v1.3.0) instead of gun.js, as PluresDB is the maintained fork with Gun.js-compatible API.
Changes
Dependencies
examples/svelte-kit-demo/package.json: gun@0.2020.1239 → pluresdb@^1.3.0examples/deno-svelte-demo/deno.json: gun@0.2020.1240 → pluresdb@^1.3.0Code
gun-server.ts: ImportGunDBfrom pluresdb instead of Gun from gun@plures/pluresdbtopluresdbDocumentation
import { GunDB } from 'pluresdb'PluresDB v1.3.0 Features
This update includes the latest PluresDB v1.3.0 which provides:
API Example
PluresDB exports
GunDBfor compatibility. All Gun.js methods (get, put, on, map, etc.) work unchanged.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.