go-sqlkv icon indicating copy to clipboard operation
go-sqlkv copied to clipboard

An SQL-based key/value store for Golang

Results 1 go-sqlkv issues
Sort by recently updated
recently updated
newest added

Have you thought about adding expiration feature? Ie store.SetBoolEx("enabled", true, time.Now().Add(time.Hour * 1))