We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eed200 commit 0af0e4dCopy full SHA for 0af0e4d
Documentation/Index.md
@@ -383,6 +383,9 @@ to their [SQLite counterparts](https://www.sqlite.org/datatype3.html).
383
| `String` | `TEXT` |
384
| `nil` | `NULL` |
385
| `SQLite.Blob`† | `BLOB` |
386
+| `URL` | `TEXT` |
387
+| `UUID` | `TEXT` |
388
+| `Date` | `TEXT` |
389
390
> *While `Int64` is the basic, raw type (to preserve 64-bit integers on
391
> 32-bit platforms), `Int` and `Bool` work transparently.
0 commit comments