-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
As a follow-up to #29 we could ask ourselves if we should replace the following built-in types with alternatives provided by other libraries:
- Arbitrary-precision floating point types (CQL decimal)
- Note that
big.Floatis not adapted for CQL decimal; - The best package seems to be https://pkg.go.dev/github.com/ericlagergren/decimal/v3;
- Other alternatives:
- Good read: https://stackoverflow.com/questions/34487648/go-monetary-calculations/34490512
- Note that
- UUID: https://pkg.go.dev/github.com/google/uuid
- For CQL duration, we'll address it in Add support for CQL duration #34 .
Metadata
Metadata
Assignees
Labels
No labels