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
Copy file name to clipboardExpand all lines: sqlite3/example/web/index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ <h1>sqlite3 web demo</h1>
22
22
<li>With an Origin-Private FileSystem (OPFS)-based storage implementation. Note that this requires two workers and a special header
23
23
that is not available with <code>build_runner serve</code>, but it will work when launching this website with <code>dart run tool/example_server.dart</code><buttonid="start-opfs">Start demo!</button>
24
24
</li>
25
+
<li>With an in-memory test (using <ahref="https://utelle.github.io/SQLite3MultipleCiphers/">SQLite3 Multiple Ciphers</a> for encryption): <buttonid="start-encryption">Start encryption!</button></li>
25
26
</ul>
26
27
27
28
After launching the example, you can check the console and the code in <code>main.dart</code> (or <code>worker.dart</code> for the OPFS example)
0 commit comments