Skip to content

Commit a49684b

Browse files
committed
Mention data persistence in WebGL in README
1 parent 19a01fd commit a49684b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
1313
+ Enabled modules: [R\*Tree](https://sqlite.org/rtree.html), [Geopoly](https://sqlite.org/geopoly.html), [FTS5](https://sqlite.org/fts5.html), [Built-In Math Functions](https://www.sqlite.org/lang_mathfunc.html)
1414
+ Prebuilt for Windows, Linux, macOS, Android and WebGL
1515
+ Built from source in iOS, tvOS and visionOS projects
16+
+ Supports persisting data in WebGL builds by using a [custom VFS backed by Indexed DB](https://github.com/gilzoide/idbvfs).
1617

1718

1819
## Optional packages

0 commit comments

Comments
 (0)