{"id":25026620,"url":"https://github.com/skythecodemaster/py-jsondb","last_synced_at":"2025-06-10T09:04:51.407Z","repository":{"id":115227422,"uuid":"427797840","full_name":"SkyTheCodeMaster/py-jsondb","owner":"SkyTheCodeMaster","description":"A database type module, but using JSON files","archived":false,"fork":false,"pushed_at":"2021-11-14T14:16:30.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T16:32:09.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SkyTheCodeMaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-13T23:51:46.000Z","updated_at":"2021-11-14T14:16:32.000Z","dependencies_parsed_at":"2023-05-25T22:31:34.704Z","dependency_job_id":null,"html_url":"https://github.com/SkyTheCodeMaster/py-jsondb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyTheCodeMaster%2Fpy-jsondb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyTheCodeMaster%2Fpy-jsondb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyTheCodeMaster%2Fpy-jsondb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyTheCodeMaster%2Fpy-jsondb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyTheCodeMaster","download_url":"https://codeload.github.com/SkyTheCodeMaster/py-jsondb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyTheCodeMaster%2Fpy-jsondb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259043760,"owners_count":22797160,"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":"2025-02-05T17:48:44.646Z","updated_at":"2025-06-10T09:04:51.353Z","avatar_url":"https://github.com/SkyTheCodeMaster.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-jsondb  \nThis is a JSON database that uses a single file and the LuaTables package to create a database type package.\n\n# Docs\nAvailable [here](https://pyjsondb.docs.skystuff.games)\n\n# Usage\n```py\nimport pyjsondb\n\ndb = pyjsondb.Database(\"db.json\")\n\ndata = db.data # Store the database data in a separate variable, makes it quicker to access\n\n# Set various variables of the database\ndata.x = \"Hi!\"\ndata.y = {} # This is automatically converted to a table because of the LuaTables package\ndata.y.hi = \"What's going on?\"\ndata.y.f = 1.34\ndata.z = True\n\n# Write the database to a file\ndb.save()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskythecodemaster%2Fpy-jsondb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskythecodemaster%2Fpy-jsondb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskythecodemaster%2Fpy-jsondb/lists"}