{"id":19901708,"url":"https://github.com/verement/lmdb-simple","last_synced_at":"2025-05-02T23:31:53.875Z","repository":{"id":51382724,"uuid":"98771638","full_name":"verement/lmdb-simple","owner":"verement","description":"Simple Haskell API for LMDB","archived":false,"fork":false,"pushed_at":"2019-06-17T21:43:02.000Z","size":44,"stargazers_count":12,"open_issues_count":6,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T14:52:32.446Z","etag":null,"topics":["database","haskell-api","haskell-library","lmdb"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/lmdb-simple","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verement.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":"2017-07-30T03:04:59.000Z","updated_at":"2020-01-16T16:22:26.000Z","dependencies_parsed_at":"2022-09-11T20:21:48.725Z","dependency_job_id":null,"html_url":"https://github.com/verement/lmdb-simple","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verement%2Flmdb-simple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verement%2Flmdb-simple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verement%2Flmdb-simple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verement%2Flmdb-simple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verement","download_url":"https://codeload.github.com/verement/lmdb-simple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252122276,"owners_count":21698305,"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","haskell-api","haskell-library","lmdb"],"created_at":"2024-11-12T20:15:57.717Z","updated_at":"2025-05-02T23:31:53.537Z","avatar_url":"https://github.com/verement.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nSimple Haskell API for LMDB\n===========================\n\nThis package allows you to store arbitrary Haskell values in and retrieve them\nfrom a persistent [Lightning Memory-mapped Database][LMDB] on disk.\n\n  [LMDB]: https://symas.com/lightning-memory-mapped-database/\n\nLMDB is a high-performance [ACID][]-compliant no-maintenance read-optimized\nkey-value store. Any Haskell type with a [`Serialise`][Serialise] instance can\nbe stored in an LMDB database, or used as a key to index one.\n\n  [ACID]: https://en.wikipedia.org/wiki/ACID\n  [Serialise]: https://hackage.haskell.org/package/serialise/docs/Codec-Serialise-Tutorial.html#g:3\n\nThis package provides a few different APIs for using LMDB:\n\n  * The basic API provides transactional `put` and `get` functions to store\n    and retrieve values from an LMDB database.\n\n  * The extended API provides many functions similar to those in `Data.Map`,\n    e.g. `lookup`, `insert`, `delete`, `foldr`, and so on.\n\n  * The `View` API provides a read-only snapshot of an LMDB database that can\n    be queried from pure code.\n\n  * The `DBRef` API provides a mutable variable similar to `IORef` that is\n    tied to a particular key in an LMDB database.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverement%2Flmdb-simple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverement%2Flmdb-simple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverement%2Flmdb-simple/lists"}