{"id":15333535,"url":"https://github.com/kayx23/tkinter-mysql-form","last_synced_at":"2025-02-26T07:31:40.258Z","repository":{"id":105171044,"uuid":"304242434","full_name":"kayx23/tkinter-mysql-form","owner":"kayx23","description":"A tkinter form that connects to MySQL server to perform CRUD","archived":false,"fork":false,"pushed_at":"2020-11-08T21:34:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-15T18:11:08.094Z","etag":null,"topics":["mysql-server","sql","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kayx23.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":"2020-10-15T07:19:22.000Z","updated_at":"2021-09-03T00:37:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"481a3693-bfe3-43c4-aea1-a438df4be2bb","html_url":"https://github.com/kayx23/tkinter-mysql-form","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.25,"last_synced_commit":"ad0402b1f0cfb5b223f8ce7c6e7d41cb69b99246"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayx23%2Ftkinter-mysql-form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayx23%2Ftkinter-mysql-form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayx23%2Ftkinter-mysql-form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayx23%2Ftkinter-mysql-form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kayx23","download_url":"https://codeload.github.com/kayx23/tkinter-mysql-form/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240812025,"owners_count":19861535,"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":["mysql-server","sql","tkinter"],"created_at":"2024-10-01T10:04:21.959Z","updated_at":"2025-02-26T07:31:40.128Z","avatar_url":"https://github.com/kayx23.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tkinter-mysql-form\nA form built in Python Tkinter that connects with the MySQL server. The db account was only granted the SELECT priviledge. All data are mock data. \n\n![demo](https://user-images.githubusercontent.com/39619599/96099444-3fedba80-0ea1-11eb-92c0-747e8adb93de.gif)\n\n### Schema\n\u003cimg src=\"https://user-images.githubusercontent.com/39619599/96102257-50ebfb00-0ea4-11eb-9e3e-b3e85932d507.png\" width=\"560\" height=\"380\" /\u003e\n\n### Notes to self\n* Can't call mysql.connector.cursor.fetchall() twice; it fetches all the rows yet not fetched from a query result. If you've already fetched once there's nothing left. \n* Workaround to get total row count and loop through the rows again would be to create two cursors - do fetchall() for the row count cursor and loop through rows with the other one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayx23%2Ftkinter-mysql-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayx23%2Ftkinter-mysql-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayx23%2Ftkinter-mysql-form/lists"}