We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1d335 commit a723fa5Copy full SHA for a723fa5
1 file changed
README.md
@@ -27,7 +27,8 @@ Package: https://hex.pm/packages/exqlite
27
second column somewhere storing the timezone name and shifting it when you
28
get it from the database. This is more reliable than storing the offset as
29
`+03:00` as it does not respect daylight savings time.
30
-
+* When storing `BLOB` values, you have to use `{:blob, the_binary}`, otherwise
31
+ it will be interpreted as a string.
32
33
## Installation
34
0 commit comments