Skip to content

Commit 0af0e4d

Browse files
committed
More supported types
1 parent 2eed200 commit 0af0e4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/Index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@ to their [SQLite counterparts](https://www.sqlite.org/datatype3.html).
383383
| `String` | `TEXT` |
384384
| `nil` | `NULL` |
385385
| `SQLite.Blob`| `BLOB` |
386+
| `URL` | `TEXT` |
387+
| `UUID` | `TEXT` |
388+
| `Date` | `TEXT` |
386389

387390
> *While `Int64` is the basic, raw type (to preserve 64-bit integers on
388391
> 32-bit platforms), `Int` and `Bool` work transparently.

0 commit comments

Comments
 (0)