The Wayback Machine - https://web.archive.org/web/20220601110739/https://github.com/topics/at
Skip to content
#

at

Here are 105 public repositories matching this topic...

dk-lockdown
dk-lockdown commented May 31, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

implement ShardingAlgorithm interface.

type ShardingAlgorithm interface {
	HasShardingKey(key string) bool
	Shard(condition *KeyCondition) (Condition, error)
	ShardRange(cond1, cond2 *KeyCondition) (Condition, error)
	AllSha
enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the at topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the at topic, visit your repo's landing page and select "manage topics."

Learn more