* Added postgres state files * Fix SQL Server integration tests. (#324) * Initial unit and int tests for postgres * Implemented dbaccess interface * Formatting updates * Create state table if not exists * Initial set implementation * Get and set with integration test * Added delete * Create date and update date in database * Integration tests for bulk set and bulk delete * Etag processing, test refactor * Added tests for etag processing * Updated const, removed public metadata fields * Cleanup edits * Fixed linting issues * Ran go mod tidy * Initial implementation of TransactionalStore * Fixed linting issues * Added tests and validation * Test for creating the state table * Fixed issue with parsing param value as string * Update to integration tests * Fixed linting issues * Added retry logic from state * Changed primary key to text * Updated debug logging * Review updates Co-authored-by: Young Bu Park <youngp@microsoft.com> Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>  | 
			||
|---|---|---|
| .github | ||
| authentication/aws | ||
| bindings | ||
| docs | ||
| exporters | ||
| middleware | ||
| nameresolution | ||
| pubsub | ||
| secretstores | ||
| state | ||
| .gitignore | ||
| .golangci.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| Readme.md | ||
| go.mod | ||
| go.sum | ||
		
			
				
				Readme.md
			
		
		
			
			
		
	
	Components Contrib
The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.
Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.
Available component types:
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.