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
{{ message }}
This repository was archived by the owner on Feb 11, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Async SQLite for (JavaScript) Windows Store apps.
9
9
#### Support for blobs
10
10
11
11
This allows you to insert blobs into your database and read them back as BASE64 encoded values in your JSON result.
12
-
See [the blob example](https://github.com/doo/SQLite3-WinRT/tree/master/SQLite3JS/example/blobs.js) how to use it in your apps.
12
+
See [the blob example](https://github.com/doo/SQLite3-WinRT/tree/master/SQLite3JS/examples/blobs.js) how to use it in your apps.
13
13
If you need an IBuffer back from the db you can use [CryptographicBuffer.DecodeFromBase64String](http://msdn.microsoft.com/en-us/library/windows/apps/windows.security.cryptography.cryptographicbuffer.decodefrombase64string).
0 commit comments