{"id":18246190,"url":"https://github.com/daniel-boll/scylla-csharp-rust-driver","last_synced_at":"2025-07-05T04:05:31.167Z","repository":{"id":245040497,"uuid":"817085581","full_name":"Daniel-Boll/scylla-csharp-rust-driver","owner":"Daniel-Boll","description":"Wrapper around ScyllaDB's rust-driver compatible with Datastax csharp-driver.","archived":false,"fork":false,"pushed_at":"2024-06-19T01:57:52.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T20:56:55.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Daniel-Boll.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":"2024-06-19T01:56:58.000Z","updated_at":"2024-06-19T01:57:55.000Z","dependencies_parsed_at":"2024-06-19T09:04:42.720Z","dependency_job_id":null,"html_url":"https://github.com/Daniel-Boll/scylla-csharp-rust-driver","commit_stats":null,"previous_names":["daniel-boll/scylla-csharp-rust-driver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Daniel-Boll/scylla-csharp-rust-driver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Boll%2Fscylla-csharp-rust-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Boll%2Fscylla-csharp-rust-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Boll%2Fscylla-csharp-rust-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Boll%2Fscylla-csharp-rust-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daniel-Boll","download_url":"https://codeload.github.com/Daniel-Boll/scylla-csharp-rust-driver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-Boll%2Fscylla-csharp-rust-driver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263679238,"owners_count":23495014,"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-05T09:24:53.906Z","updated_at":"2025-07-05T04:05:31.137Z","avatar_url":"https://github.com/Daniel-Boll.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eScyllaDB C#-Rust Driver\u003c/h1\u003e\n\nWrapper around ScyllaDB's rust-driver compatible with Datastax csharp-driver.\n\n## Examples\n\n```cs\nvar cluster = Cluster.Builder()\n  .AddContactPoints(\"localhost:9042\")\n  .Build();\n\nvar session = await cluster.Connect(\"system_schema\");\n\nvar rs = await session.Execute(\"SELECT * FROM tables LIMIT 2\");\n\nforeach (var row in rs) {\n  Console.WriteLine(row.GetValue\u003cstring\u003e(\"table_name\"));\n  Console.WriteLine(row.GetValue\u003cint\u003e(\"default_time_to_live\"));\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-boll%2Fscylla-csharp-rust-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-boll%2Fscylla-csharp-rust-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-boll%2Fscylla-csharp-rust-driver/lists"}