Skip to content

Commit

Permalink
Add tuple feature to docs (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken authored Aug 17, 2024
1 parent c0d1ec9 commit 007e49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The source generator will look for attributes and implement interfaces that exis
* GlobalSecondaryIndex ✔
* LocalSecondaryIndex ✔
* Custom Converters: Create converters for your own types or override the [default converters](https://github.com/inputfalken/DynamoDB.SourceGenerator/blob/main/src/DynamoDBGenerator/Options/AttributeValueConverters.cs) built in to the library.
* `ValueTuple<T>` support: You don't have to declare your own types and could instead use [tuples](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/value-tuples) with custom named fields that will act as if the tuple was a type with with those data members.

## Conversion

Expand Down

0 comments on commit 007e49a

Please sign in to comment.