{"id":24918016,"url":"https://github.com/razcoen/cqlc","last_synced_at":"2026-02-14T00:46:33.049Z","repository":{"id":273119438,"uuid":"906558933","full_name":"razcoen/cqlc","owner":"razcoen","description":"cqlc is a tool designed to simplify working with Cassandra databases by generating type-safe code from CQL queries.","archived":false,"fork":false,"pushed_at":"2025-02-15T21:12:43.000Z","size":496,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-03T19:34:32.153Z","etag":null,"topics":["cassandra","codegen","codegeneration","go"],"latest_commit_sha":null,"homepage":"https://razcoen.github.io/cqlc/","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/razcoen.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-21T08:33:28.000Z","updated_at":"2025-02-15T21:12:15.000Z","dependencies_parsed_at":"2025-01-18T20:27:58.912Z","dependency_job_id":"84917237-73d2-4762-afdf-0ac2b52d35fb","html_url":"https://github.com/razcoen/cqlc","commit_stats":null,"previous_names":["razcoen/cqlc"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/razcoen/cqlc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razcoen%2Fcqlc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razcoen%2Fcqlc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razcoen%2Fcqlc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razcoen%2Fcqlc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razcoen","download_url":"https://codeload.github.com/razcoen/cqlc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razcoen%2Fcqlc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29427110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"ssl_error","status_checked_at":"2026-02-13T22:20:49.838Z","response_time":78,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cassandra","codegen","codegeneration","go"],"created_at":"2025-02-02T09:17:21.621Z","updated_at":"2026-02-14T00:46:33.022Z","avatar_url":"https://github.com/razcoen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cqlc\n\n![GitHub CI](https://github.com/razcoen/cqlc/actions/workflows/go.yaml/badge.svg)\n[![codecov](https://codecov.io/gh/razcoen/cqlc/graph/badge.svg?token=RCKM4XXK1I)](https://codecov.io/gh/razcoen/cqlc)\n[![Go Report Card](https://goreportcard.com/badge/github.com/razcoen/cqlc)](https://goreportcard.com/report/github.com/razcoen/cqlc)\n\n---\n\n[`cqlc`](https://github.com/razcoen/cqlc) is a tool designed to simplify working with Cassandra databases by generating type-safe code from CQL queries.\n\n## Overview\n\n- [Installation](https://razcoen.github.io/cqlc/usage/installation)\n- [Getting started](https://razcoen.github.io/cqlc/usage/getting-started)\n\n## Features\n\n- **Type-Safe Code Generation:**\n  \u003cbr\u003e\u003cbr\u003e Automatically generates code from your CQL queries, ensuring compile-time type safety.\n  \u003cbr\u003e Currently only **Golang** is supported.\n\n- **Supported CQL Commands:**\n  - [x] `SELECT`\n  - [x] `INSERT`\n  - [x] `DELETE`\n  - [x] `CREATE TABLE`\n  - [x] `ALTER TABLE`\n    - [x] `ADD COLUMN`\n    - [x] `DROP COLUMN`\n    - [ ] `ALTER TYPE`\n  - [x] `DROP TABLE`\n  - [ ] `CREATE TYPE`\n\n- **Supported Query Annotations:**\n  \u003cbr\u003e\u003cbr\u003e When defining your CQL queries, you can use the following annotations to specify the expected behavior of each query:\n  - `:one` — Fetch a single row.\n  - `:many` — Fetch multiple rows.\n  - `:exec` — Execute a query without returning rows.\n  - `:batch` — Execute a batch of insert operations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazcoen%2Fcqlc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazcoen%2Fcqlc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazcoen%2Fcqlc/lists"}