{"id":18797604,"url":"https://github.com/imyizhang/jsonabledb","last_synced_at":"2026-05-10T06:38:35.381Z","repository":{"id":235800965,"uuid":"791318564","full_name":"imyizhang/jsonabledb","owner":"imyizhang","description":"A lightweight document-oriented database based on JSON","archived":false,"fork":false,"pushed_at":"2024-04-24T14:11:15.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T16:24:31.149Z","etag":null,"topics":["database","documentdb","json","jsonable","jsonify","nosql"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/jsonabledb","language":"Python","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/imyizhang.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-24T13:57:50.000Z","updated_at":"2024-04-24T16:24:33.091Z","dependencies_parsed_at":"2024-04-24T16:24:32.596Z","dependency_job_id":"850f7b19-287f-4266-b7b8-3ae68d459858","html_url":"https://github.com/imyizhang/jsonabledb","commit_stats":null,"previous_names":["imyizhang/jsonabledb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyizhang%2Fjsonabledb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyizhang%2Fjsonabledb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyizhang%2Fjsonabledb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyizhang%2Fjsonabledb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imyizhang","download_url":"https://codeload.github.com/imyizhang/jsonabledb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727046,"owners_count":19687098,"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","documentdb","json","jsonable","jsonify","nosql"],"created_at":"2024-11-07T22:08:52.664Z","updated_at":"2026-01-01T16:30:17.663Z","avatar_url":"https://github.com/imyizhang.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonableDB\n\n[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]\n\n**jsonableDB** is a lightweight document-oriented database based on JSON.\n\n\n\n## Installation\n\n```bash\npip install jsonabledb\n```\n\n\n\n## Quickstart\n\nGet your documents prepared\n\n```python\ndocuments = [\n  {...},\n  {...},\n  ...\n]\n```\n\n\n\nJsonify your documents as a JSON file using **jsonableDB**\n\n```python\nfrom jsonable import jsonify\n\njsonify(documents, \"collection_name\", \"database_name\")\n```\n\n\n\nRetrieve all your documents in the **jsonableDB**\n\n```python\nimport jsonable\n\nclient = jsonable.Client()\n\ncollection = client[\"database_name\"][\"collection_name\"]\n\ncollection.find()\n```\n\n\n\n## License\n\n**jsonableDB** has a BSD-3-Clause license, as found in the [LICENSE](https://github.com/imyizhang/jsonabledb/blob/main/LICENSE) file.\n\n\n\n## Contributing\n\nThanks for your interest in contributing to **jsonableDB**! Please feel free to create a pull request.\n\n\n\n## Changelog\n\n**jsonableDB 0.0.2**\n\n* Support to jsonify documents as a JSON file\n\n\n\n**jsonableDB 0.0.1**\n\n* First release\n\n\n\n[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github\u0026color=black\u0026label\n[github_link]: https://github.com/imyizhang/jsonabledb\n\n\n\n[pypi_badge]: https://badgen.net/pypi/v/jsonabledb?icon=pypi\u0026color=black\u0026label\n[pypi_link]: https://www.pypi.org/project/jsonabledb","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyizhang%2Fjsonabledb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimyizhang%2Fjsonabledb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyizhang%2Fjsonabledb/lists"}