Skip to content

Commit

Permalink
few fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Jul 13, 2024
1 parent 90744e5 commit 65456b8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ dynmgrm is the driver to issue PartiQL Statement to DynamoDB with GORM⚡

- `SecondaryIndex`

### Custom Data Types

- `Set[string | int | float64 | []byte]`

- `List`

- `Map`

- `TypedList[T]`

### Custom Serializer

- `dynamo-nested`
Expand All @@ -114,7 +104,9 @@ go get github.com/miyamo2/dynmgrm
> [!TIP]
>
> `miyamo2/dynmgrm` is recommended to be used in with `miyamo2/sqldav`.
>
> `miyamo2/sqldav` provides Defined Type of slice/map that implements `sql.Scanner` and `driver.Valuer`.
>
> These are as the equivalent to `Set`, `List`, `Map` and `TypedList` included in `miyamo2/dynmgrm` before `v0.9.0`.
```go
Expand Down

0 comments on commit 65456b8

Please sign in to comment.