We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3302e8e commit 8e152e7Copy full SHA for 8e152e7
1 file changed
README.md
@@ -129,10 +129,10 @@ Dates can be stored in the formats supported by SQLite. Typically this means:
129
130
```swift
131
// Make all dates in Restructure julian
132
-restructure.arrayStrategy = .real
+restructure.dateStrategy = .real
133
134
// Make a specific statement use epoch
135
-statement.arrayStrategy = .integer
+statement.dateStrategy = .integer
136
137
// Get and fetch a date
138
statement.bind(value: Date(), for: "date")
0 commit comments