Skip to content

Commit 007e49a

Browse files
authored
Add tuple feature to docs (#77)
1 parent c0d1ec9 commit 007e49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The source generator will look for attributes and implement interfaces that exis
4747
* GlobalSecondaryIndex ✔
4848
* LocalSecondaryIndex ✔
4949
* 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.
50+
* `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.
5051

5152
## Conversion
5253

0 commit comments

Comments
 (0)