{"id":19948116,"url":"https://github.com/breeze0806/go","last_synced_at":"2025-05-03T18:31:10.534Z","repository":{"id":57558824,"uuid":"323241196","full_name":"Breeze0806/go","owner":"Breeze0806","description":"my own go lib","archived":false,"fork":false,"pushed_at":"2024-10-07T07:05:53.000Z","size":39,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T19:05:41.015Z","etag":null,"topics":["postgres","timeout"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Breeze0806.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":"2020-12-21T05:38:34.000Z","updated_at":"2024-10-07T07:05:56.000Z","dependencies_parsed_at":"2024-11-13T00:39:29.404Z","dependency_job_id":"3b1d5d17-7c01-4100-b13c-212cf90ad6c3","html_url":"https://github.com/Breeze0806/go","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/Breeze0806%2Fgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breeze0806%2Fgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breeze0806%2Fgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Breeze0806%2Fgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Breeze0806","download_url":"https://codeload.github.com/Breeze0806/go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252235272,"owners_count":21716186,"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":["postgres","timeout"],"created_at":"2024-11-13T00:39:25.368Z","updated_at":"2025-05-03T18:31:10.136Z","avatar_url":"https://github.com/Breeze0806.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go\n\nmy go lib\n\n\n## database/pqto \n\n`database/pqto` is an extension package of  [pq](github.com/lib/pq) (a pure Go postgres driver for Go's database/sql package).It introduces read and write timeouts in database soruce connection string as follows:\n\n```\npostgres://192.168.15.130:5432/postgres?sslmode=disable\u0026connect_timeout=2\u0026read_timeout=2s\u0026write_timeout=2s\n```\n\n* read_timeout: It uses a format similar to Go's Duration to describe the read timeout.\n\n* write_timeout: It uses a format similar to Go's Duration to describe the writetimeout.\n\n## encoding\n\n`encoding` provides a fast JSON parsing solution that is different from the one in the standard library.\n\n## gmsm\n\n`gmsm` provides encryption methods compliant with national cryptographic standards.\n\n## log\n\n`log` provides a simple logging wrapper.\n\n## time2\n\n`time2 provides`Go's Duration json format\n\n## timeout\n\n`timeout` provided a connection with read and write timeouts.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreeze0806%2Fgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreeze0806%2Fgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreeze0806%2Fgo/lists"}