{"id":15866078,"url":"https://github.com/abeloldev/bono-db-manager","last_synced_at":"2026-01-18T10:28:10.192Z","repository":{"id":250386773,"uuid":"834309518","full_name":"AbelolDev/Bono-DB-Manager","owner":"AbelolDev","description":"A small library for Python3 which aims to handle DB in a faster way.","archived":false,"fork":false,"pushed_at":"2025-04-28T17:23:20.000Z","size":28,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T18:30:52.351Z","etag":null,"topics":["database","espanol-ingles","good-first-issue","help-wanted","python3"],"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/AbelolDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","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,"publiccode":null,"codemeta":null}},"created_at":"2024-07-26T22:53:34.000Z","updated_at":"2025-04-28T17:23:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"5927e5c1-5717-40d0-9724-1565f079267e","html_url":"https://github.com/AbelolDev/Bono-DB-Manager","commit_stats":null,"previous_names":["abeloldev/bono-db-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbelolDev/Bono-DB-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbelolDev%2FBono-DB-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbelolDev%2FBono-DB-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbelolDev%2FBono-DB-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbelolDev%2FBono-DB-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbelolDev","download_url":"https://codeload.github.com/AbelolDev/Bono-DB-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbelolDev%2FBono-DB-Manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","espanol-ingles","good-first-issue","help-wanted","python3"],"created_at":"2024-10-05T23:03:43.115Z","updated_at":"2026-01-18T10:28:10.184Z","avatar_url":"https://github.com/AbelolDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bono-DB-Manager 🛢                                                                                                                          \n\nBono-DB is a Python library designed to simplify SQLite database management. It provides an intuitive interface for creating, manipulating and interacting with databases, allowing developers to focus on application logic rather than technical database details.\nThis project can be your first good first issue.\n\n## Badge\nAdd badges from somewhere like: [shields.io](https://shields.io/)\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\n\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` to see how to get started.\n\n\n## Usage/Examples\n\n```Python\n#Run genKey script to generate a secure database key for your encrpytion. \n\nfrom library.DataBase import DB\n\n# Create an instance of the DB class\nmy_db = DB('my_database.db')\n\n# Use the DB class\nmy_db.create_table('players', 'id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, name TEXT NOT NULL, score INTEGER NOT NULL, credits INTEGER NOT NULL')\nmy_db.insert_record('players', 'name, score, credits', ('John', 100, 50))\nmy_db.query_table_data('players')\nmy_db.filter_table_data('players','credits','\u003e10')\nmy_db.close_connection()\ndb.cipher('users', 'password')\n# New Feature\ndb.encrypt_column('users', 'address') # Secures personal user data\ndb.decrypt_column('users', 'address') # Retrieves the secure data\n\n```\n\n\n## Author\n\n- [@AbelolDev](https://github.com/AbelolDev)\n- [DevAidanH] (https://github.com/DevAidanH)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabeloldev%2Fbono-db-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabeloldev%2Fbono-db-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabeloldev%2Fbono-db-manager/lists"}