{"id":21690053,"url":"https://github.com/timdeputter/purescript-gun","last_synced_at":"2026-05-20T09:11:41.205Z","repository":{"id":58231128,"uuid":"143962469","full_name":"timdeputter/purescript-gun","owner":"timdeputter","description":"Purescript bindings to the gun.js database","archived":false,"fork":false,"pushed_at":"2018-10-23T08:37:48.000Z","size":109,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T13:07:07.418Z","etag":null,"topics":["database","gundb","offline-first","peer-to-peer","purescript"],"latest_commit_sha":null,"homepage":"","language":"PureScript","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/timdeputter.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":"2018-08-08T04:50:21.000Z","updated_at":"2022-12-22T14:38:27.000Z","dependencies_parsed_at":"2022-08-31T00:31:15.626Z","dependency_job_id":null,"html_url":"https://github.com/timdeputter/purescript-gun","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeputter%2Fpurescript-gun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeputter%2Fpurescript-gun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeputter%2Fpurescript-gun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timdeputter%2Fpurescript-gun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timdeputter","download_url":"https://codeload.github.com/timdeputter/purescript-gun/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618189,"owners_count":20482316,"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","gundb","offline-first","peer-to-peer","purescript"],"created_at":"2024-11-25T17:28:52.009Z","updated_at":"2026-05-20T09:11:36.184Z","avatar_url":"https://github.com/timdeputter.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"purescript-gun [![Build Status](https://travis-ci.org/timdeputter/purescript-gun.svg?branch=master)](https://travis-ci.org/timdeputter/purescript-gun) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![purescript-gun on Pursuit](https://pursuit.purescript.org/packages/purescript-gun/badge)](https://pursuit.purescript.org/packages/purescript-gun)\n==========\n\nPurescript bindings to the [gun.js](https://gun.eco) database.\n\n\n## Installation\nInstall purescript-gun with bower:\n\n```sh\n$ bower install purescript-gun\n```\n\n## Getting started\nUse `syncWithPeer` or `syncWithPeers` to connect to gun database.\n```purescript\ndo\n  gundb -\u003e liftEffect syncWithPeer \"http://myserver.com/gun\"\n  ...\n```\n\nAfter you've got a reference to a gundb instance, define a path with gun `get` and read data with `once`\n```purescript\ndo\n  gundb -\u003e liftEffect syncWithPeer \"http://myserver.com/gun\"\n  data -\u003e gundb # get [\"users\", \"friends\"] # once\n  ...\n```\n\nHave a look at the test directory for more examples.\n\n\n\n## Documentation\n\nModule documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-gun).\n\n## License\n\nCheck [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdeputter%2Fpurescript-gun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimdeputter%2Fpurescript-gun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimdeputter%2Fpurescript-gun/lists"}