{"id":22538397,"url":"https://github.com/shuttle/shuttle.esb.sql.idempotence","last_synced_at":"2026-02-17T16:35:25.000Z","repository":{"id":44592471,"uuid":"84749119","full_name":"Shuttle/Shuttle.Esb.Sql.Idempotence","owner":"Shuttle","description":"Sql-based implementation of IIdempotenceService interface for use with Shuttle.Esb.","archived":false,"fork":false,"pushed_at":"2025-03-02T14:11:18.000Z","size":1956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T22:14:31.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuttle.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":"2017-03-12T18:53:15.000Z","updated_at":"2025-03-02T14:11:22.000Z","dependencies_parsed_at":"2024-04-30T15:26:55.824Z","dependency_job_id":"4a243058-f8db-42e0-9f19-8e337d431596","html_url":"https://github.com/Shuttle/Shuttle.Esb.Sql.Idempotence","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.Sql.Idempotence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.Sql.Idempotence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.Sql.Idempotence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Esb.Sql.Idempotence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuttle","download_url":"https://codeload.github.com/Shuttle/Shuttle.Esb.Sql.Idempotence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104859,"owners_count":21048413,"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-12-07T11:11:53.339Z","updated_at":"2026-02-17T16:35:19.948Z","avatar_url":"https://github.com/Shuttle.png","language":"C#","readme":"# SQL\n\n```\nPM\u003e Install-Package Shuttle.Esb.Sql.Idempotence\n```\n\nContains a sql-based `IIdempotenceService` implementation.\n\n## Supported providers\n\nCurrently only the `Microsoft.Data.SqlClient` provider name is supported but this can easily be extended.  Feel free to give it a bash and please send a pull request if you *do* go this route.  You are welcome to create an issue and assistance will be provided where able.\n\n## Configuration\n\n```c#\nservices\n    .AddDataAccess(builder =\u003e\n    {\n        builder.AddConnectionString(\"Idempotence\", \"Microsoft.Data.SqlClient\");\n    })\n    .AddServiceBus(builder =\u003e\n    {\n        configuration.GetSection(ServiceBusOptions.SectionName)\n            .Bind(builder.Options);\n    })\n    .AddIdempotence()\n    .AddSqlIdempotence(builder =\u003e\n    {\n        // defaults\n        builder.Options.ConnectionStringName = \"Idempotence\";\n        builder.Options.Schema = \"dbo\";\n\n        builder.UseSqlServer();\n    });\n```\n\nAnd the JSON configuration structure:\n\n```json\n{\n  \"Shuttle\": {\n    \"ServiceBus\": {\n      \"Sql\": {\n        \"Idempotence\": {\n          \"ConnectionStringName\": \"connection-string-name\",\n          \"Schema\": \"dbo\"\n        }\n      }\n    }\n  }\n}\n```\n\n## Options\n\n| Option | Default\t| Description | \n| --- | --- | --- |\n| `ConnectionStringName` | Idempotence | The name of the `ConnectionString` to use to connect to the idempotence store. |\n| `Schema`\t | dbo | The name of the database schema to use when accessing the idempotence tables. |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.sql.idempotence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuttle%2Fshuttle.esb.sql.idempotence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.esb.sql.idempotence/lists"}