You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ NOTE: Rule complexity is limited by the querying capabilities of the backend.
90
90
91
91
`global_indexes` - (optional) specify a mapping of index-name to tuple(partition_key).
92
92
93
+
`ttl` - (optional) the name of the datetime-typed field that dynamo should consider to be the TTL field. PydantiCRUD will save this field as a float type instead of an ISO datetime string. This field only works properly with UTC-zoned datetime instances.
94
+
93
95
### SQLite (Python 3.7+)
94
96
95
97
`database` - the filename of the database file for SQLite to use
0 commit comments