redis-orm icon indicating copy to clipboard operation
redis-orm copied to clipboard

write db yaml once, generate go orm code everywhere.

Results 4 redis-orm issues
Sort by recently updated
recently updated
newest added

## proposal We should modify the unspecific error `fmt.Errorf("OperXXX has no rows")` into the certain error type sql.ErrNoRows in the most FetchXXX funcs. And wraps this error with `fmt.Errorf("DBTable: %w",...

See Go 1.13 release note: https://golang.org/doc/go1.13#database/sql

Go 1.13