Skip to content

Commit e7d662a

Browse files
committed
Update README
1 parent 8e03acd commit e7d662a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
1111
+ `SQLiteConnection.Deserialize` extension method for deserializing memory (`byte[]`, `NativeArray<byte>` or `ReadOnlySpan<byte>`) into an open database (reference: [SQLite Deserialization](https://www.sqlite.org/c3ref/deserialize.html)).
1212
- [SQLite 3.48.0](https://sqlite.org/releaselog/3_48_0.html)
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)
14-
> **Warning**: currently these modules are not enabled in WebGL builds
1514
+ Supports Windows, Linux, macOS, WebGL, Android, iOS, tvOS and visionOS platforms
1615
+ Supports persisting data in WebGL builds by using a [custom VFS backed by Indexed DB](https://github.com/gilzoide/idbvfs).
1716

0 commit comments

Comments
 (0)