{"id":22974360,"url":"https://github.com/diversen/python-mysql-object","last_synced_at":"2025-09-02T19:37:14.014Z","repository":{"id":138270937,"uuid":"578266070","full_name":"diversen/python-mysql-object","owner":"diversen","description":"Small MySQL class for doing simple database operations. ","archived":false,"fork":false,"pushed_at":"2024-07-19T11:40:36.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T07:28:30.760Z","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/diversen.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,"publiccode":null,"codemeta":null}},"created_at":"2022-12-14T16:41:54.000Z","updated_at":"2024-07-19T11:40:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"82612794-cc54-487d-add7-3b5ab3f0dbae","html_url":"https://github.com/diversen/python-mysql-object","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/diversen/python-mysql-object","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fpython-mysql-object","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fpython-mysql-object/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fpython-mysql-object/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fpython-mysql-object/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diversen","download_url":"https://codeload.github.com/diversen/python-mysql-object/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fpython-mysql-object/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273340799,"owners_count":25088340,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-15T00:00:37.502Z","updated_at":"2025-09-02T19:37:13.964Z","avatar_url":"https://github.com/diversen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python mysql object\n\nSimple Python Sqlite3 CRUD and query tool\n\nThe main usage is probably if you don't use a ORM, but query the database directly.\n\n## Install python-mysql-object\n\n    pip install git+https://github.com/diversen/python-sqlite-object\n\nOr using a tag (latest):\n\n    pip install git+https://github.com/diversen/python-sqlite-object@v0.0.1\n\n\n## Usage\n\nSee [example.py](example.py) for an example.\n\n## Tests\n\nThe following SQL creates the database and the test table:\n\n```sql\n\nCREATE TABLE IF NOT EXISTS tests (\n    test_id INT AUTO_INCREMENT PRIMARY KEY,\n    title VARCHAR(255) NOT NULL,\n    description TEXT,\n    created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP\n)\n\n```\n\n\nTo run the tests:\n\n    python -m unittest discover -s tests\n    \n\n## License\n\n[MIT](LICENSE)\n# python-sqlite-object\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiversen%2Fpython-mysql-object","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiversen%2Fpython-mysql-object","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiversen%2Fpython-mysql-object/lists"}