{"id":18466092,"url":"https://github.com/willfaught/gockle","last_synced_at":"2025-05-07T21:34:15.213Z","repository":{"id":57481999,"uuid":"54589056","full_name":"willfaught/gockle","owner":"willfaught","description":"A simpler and mockable gocql","archived":false,"fork":false,"pushed_at":"2024-11-30T00:27:39.000Z","size":71,"stargazers_count":20,"open_issues_count":0,"forks_count":19,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T04:17:28.274Z","etag":null,"topics":["cassandra","cql","go","gocql","golang"],"latest_commit_sha":null,"homepage":"https://go.dev/pkg/github.com/willfaught/gockle","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willfaught.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":"2016-03-23T19:56:58.000Z","updated_at":"2025-02-23T17:21:08.000Z","dependencies_parsed_at":"2024-06-18T17:10:52.419Z","dependency_job_id":null,"html_url":"https://github.com/willfaught/gockle","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfaught%2Fgockle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfaught%2Fgockle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfaught%2Fgockle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willfaught%2Fgockle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willfaught","download_url":"https://codeload.github.com/willfaught/gockle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252957069,"owners_count":21831429,"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":["cassandra","cql","go","gocql","golang"],"created_at":"2024-11-06T09:15:03.164Z","updated_at":"2025-05-07T21:34:15.182Z","avatar_url":"https://github.com/willfaught.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gockle\n\nPackage gockle simplifies and mocks github.com/gocql/gocql. It provides simple interfaces to insert, query, and mutate Cassandra data, as well as get basic keyspace and table metadata.\n\nThe entry points are NewSession and NewSimpleSession. Call them to get a Session. Session interacts with the database. It executes queries and batched queries and iterates result rows. Closing the Session closes the underlying gocql.Session, including the one passed to NewSimpleSession.\n\nMocks are provided for testing use of Batch, Iterator, and Session.\n\nTx is short for transaction.\n\nThe name gockle comes from a pronunciation of gocql.\n\nNote: Test coverage is low because there is no Cassandra database for the tests to use. Providing one yields 97.37% test coverage. Some code is uncovered because gocql cannot be mocked. This is one difficulty your code avoids by using gockle.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfaught%2Fgockle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillfaught%2Fgockle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillfaught%2Fgockle/lists"}