{"id":4763,"url":"https://github.com/tradle/react-native-level","last_synced_at":"2025-04-14T23:52:18.864Z","repository":{"id":30203139,"uuid":"33754066","full_name":"tradle/react-native-level","owner":"tradle","description":"leveldb api on top of React's AsyncStorage","archived":false,"fork":false,"pushed_at":"2018-11-12T21:46:36.000Z","size":13,"stargazers_count":40,"open_issues_count":0,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T23:51:58.039Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/tradle.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":"2015-04-10T22:45:10.000Z","updated_at":"2020-12-08T16:08:11.000Z","dependencies_parsed_at":"2022-08-29T13:01:16.340Z","dependency_job_id":null,"html_url":"https://github.com/tradle/react-native-level","commit_stats":null,"previous_names":["tradle/react-level"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-level/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tradle","download_url":"https://codeload.github.com/tradle/react-native-level/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981260,"owners_count":21193144,"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":[],"created_at":"2024-01-05T20:17:22.552Z","updated_at":"2025-04-14T23:52:18.828Z","avatar_url":"https://github.com/tradle.png","language":"JavaScript","readme":"# react-native-level\n\nlevelup API wrapper for react-native AsyncStorage.\n\nThis modules is a wrapper for our other module [asyncstorage-down](https://github.com/tradle/asyncstorage-down), which does all the real work and is implementing the leveldown API\n\n```js\nvar level = require('react-native-level')\nvar db = level('path/to/db', { /*...options...*/ })\ndb.put('blah');\ndb.batch([\n  { type: 'put', key: 'tasty', value: 'wheat' },\n  { type: 'put', key: 'chicken', value: 'feet' }\n])\n```\n","funding_links":[],"categories":["Components"],"sub_categories":["Integrations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-level","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftradle%2Freact-native-level","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-level/lists"}