{"id":21933512,"url":"https://github.com/aidenellis/painlessdb","last_synced_at":"2025-04-19T21:32:06.340Z","repository":{"id":57450278,"uuid":"438178508","full_name":"AidenEllis/PainlessDB","owner":"AidenEllis","description":"🥨 PainlessDB - A Painless Simple Way To Create Schema and Do Database Operations Quickly In Python.","archived":false,"fork":false,"pushed_at":"2021-12-19T12:24:17.000Z","size":62,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-17T08:51:45.459Z","etag":null,"topics":["aidenellis","database","db","painlessdb","python"],"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/AidenEllis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-14T08:43:09.000Z","updated_at":"2022-07-15T10:28:02.000Z","dependencies_parsed_at":"2022-08-25T23:00:55.726Z","dependency_job_id":null,"html_url":"https://github.com/AidenEllis/PainlessDB","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidenEllis%2FPainlessDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidenEllis%2FPainlessDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidenEllis%2FPainlessDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AidenEllis%2FPainlessDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AidenEllis","download_url":"https://codeload.github.com/AidenEllis/PainlessDB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227010996,"owners_count":17716674,"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":["aidenellis","database","db","painlessdb","python"],"created_at":"2024-11-29T00:12:19.486Z","updated_at":"2024-11-29T00:12:20.292Z","avatar_url":"https://github.com/AidenEllis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/AidenEllis/Cligo\"\u003e\u003cp align=\"center\"\u003e\u003c/a\u003e\n\u003cimg height=100 src=\"https://upstorage.pythonanywhere.com/api/storage/file/its_sakib/Public/Github/PainlessDB/pldb_1_320.png\"/\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003ePainlessDB - Taking Your Pain away to the moon 🚀\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"https://github.com/AidenEllis/PainlessDB/blob/main/CONTRIBUTING.md\"\u003eContribute\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n  \u003ca href=\"https://discord.gg/aw35Kb7uE7\"\u003eCommunity\u003c/a\u003e\n  \u003cspan\u003e · \u003c/span\u003e\n  \u003ca href=\"https://github.com/AidenEllis/PainlessDB/tree/main/docs\"\u003eDocumentation\u003c/a\u003e\n\u003c/h3\u003e\n\n---\n\n## 🎫 Introduction :\nPainlessDB is a Python-based free and open-source Database. PainlessDB makes \nit really easy when it comes to basic database operations like \n`['Create', 'Get', 'Update', 'Delete']` and a Really easy way to create your \nDatabase Schema.\n\nIt's really easy and Simple to get started with your database. Just create your \nDatabase Schema and enjoy your new database.\n\nThe whole purpose of creating this Database was to make it really easy to do Database \nstuffs when you need it, maybe you need it in a specific situation where you don't \nwant to do all those geeky stuffs just to create and do some simple database tasks.\n\n✅ `Easy \u0026 Simple to Understand and Implement`\n\n✅ `Easy to build your database Schema`\n\n✅ `Core database Functionalities: [Get, Create, update, Delete]`\n\n✅ `Supports multiple Datatypes [str, int, float, bool, list, dict, datetime.datetime]`\n\n✅ `Searching/Query Functionality`\n\nRead The [Docs](https://github.com/AidenEllis/PainlessDB/tree/main/docs) To quickly get Started! 🍰\n\nWith our continuous updates you will keep getting new features and bug fixes.\n\n## How to install?\n`via pip (recommended) :`\n```commandline\npip install PainlessDB\n```\n\nor\n\n`via pip + github:`\n```commandline\npip install git+https://github.com/AidenEllis/PainlessDB.git\n```\n\nor\n\n```\nDownload this repo and use it.\n```\n\n## 🥞 Wanna Support me?\nI am a high schooler doing these Stuffs and I Love it! 🍰 Star ⭐ the repo to encourage me to do more Open source stuff!\n\n## Contributions\n\nPainlessDB is open to contributions.\n\nPlease read [CONTRIBUTING.md](https://github.com/AidenEllis/Cligo/blob/main/CONTRIBUTING.md) for details on this project.\n\n## Code of Conduct\n\nPlease read [CODE_OF_CONDUCT.md](https://github.com/AidenEllis/Cligo/blob/main//CODE_OF_CONDUCT.md) for details on our code of conduct.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidenellis%2Fpainlessdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidenellis%2Fpainlessdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidenellis%2Fpainlessdb/lists"}