{"id":20960201,"url":"https://github.com/instance01/sqlconvenient","last_synced_at":"2025-03-13T06:42:15.497Z","repository":{"id":57599204,"uuid":"144462251","full_name":"instance01/sqlconvenient","owner":"instance01","description":"SQL conveniency functions: Query and exec in 2-3 lines","archived":false,"fork":false,"pushed_at":"2018-08-15T20:54:35.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T00:33:09.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/instance01.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}},"created_at":"2018-08-12T11:46:56.000Z","updated_at":"2018-08-15T20:54:36.000Z","dependencies_parsed_at":"2022-09-26T19:53:02.315Z","dependency_job_id":null,"html_url":"https://github.com/instance01/sqlconvenient","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/instance01%2Fsqlconvenient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance01%2Fsqlconvenient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance01%2Fsqlconvenient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instance01%2Fsqlconvenient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instance01","download_url":"https://codeload.github.com/instance01/sqlconvenient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243358211,"owners_count":20277991,"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":[],"created_at":"2024-11-19T01:58:01.732Z","updated_at":"2025-03-13T06:42:15.473Z","avatar_url":"https://github.com/instance01.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nThis package exports two functions\n\n```\nSqlExec(db *sql.DB, query string, params ...interface{})\n\nSqlQuery(db *sql.DB, rettype interface{}, query string, params ...interface{})\n```\n\nand allows querying/executing sql operations in just 2-3 lines, resulting in less boilerplate. Example:\n\n```\nvar e Entry\nvar query = \"select * from testtable\"\nreturn sqlconvenient.SqlQuery(db, \u0026e, query)\n```\n\nSee a more in depth example in \\_example/ and documentation [over here](https://godoc.org/github.com/instance01/sqlconvenient).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstance01%2Fsqlconvenient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstance01%2Fsqlconvenient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstance01%2Fsqlconvenient/lists"}