{"id":15445197,"url":"https://github.com/anubhav-narayan/xdbx","last_synced_at":"2025-03-28T08:15:20.089Z","repository":{"id":128262283,"uuid":"570397772","full_name":"anubhav-narayan/xdbx","owner":"anubhav-narayan","description":"XDBX DataBase eXtension is a SQLite3 wrapper with Pythonic dict-like interface for easier database manipulation and NOSQL support with JSON Storage","archived":false,"fork":false,"pushed_at":"2023-09-18T12:30:22.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T08:45:28.571Z","etag":null,"topics":["database","nosql-database","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/anubhav-narayan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2022-11-25T04:52:34.000Z","updated_at":"2025-01-18T14:23:47.000Z","dependencies_parsed_at":"2024-12-07T14:15:28.472Z","dependency_job_id":null,"html_url":"https://github.com/anubhav-narayan/xdbx","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"a7f259dfff0e36e0cd30d0300f560203e828eabf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fxdbx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fxdbx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fxdbx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anubhav-narayan%2Fxdbx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anubhav-narayan","download_url":"https://codeload.github.com/anubhav-narayan/xdbx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991585,"owners_count":20706129,"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","nosql-database","sqlite3"],"created_at":"2024-10-01T19:44:17.028Z","updated_at":"2025-03-28T08:15:20.054Z","avatar_url":"https://github.com/anubhav-narayan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"XDBX - XDBX DataBase eXtention\n====================================\n\n![License](https://img.shields.io/badge/licence-MIT-green)\n\nA Python3 wrapper around sqlite3 database, can also be used as a JSON document storage.\nPythonic dict-like interface and support for multi-thread access derived\nfrom [sqlitedict](https://github.com/RaRe-Technologies/sqlitedict) exclusively for\nPython3.6+.\n\n\n```python\nfrom xdbx import Database\ndb = Database('./my_db.sqlite', autocommit=True)\ntab = db['mytab']\ntab['some_key'] = 'any_picklable_object'\nprint(tab['some_key'])  # prints the value\nfor key, value in mydict.items():\n    print(key, value)\nprint(len(mydict)) # etc. most dict functions work\nmydict.close() # close connection\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhav-narayan%2Fxdbx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanubhav-narayan%2Fxdbx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanubhav-narayan%2Fxdbx/lists"}