Skip to content

Commit 278604c

Browse files
committed
Update README with current SQLite version
1 parent e22b5e1 commit 278604c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
99
+ Both synchronous and asynchronous APIs are available
1010
+ `SQLiteConnection.Serialize` extension method for serializing a database to `byte[]` (reference: [SQLite Serialization](https://www.sqlite.org/c3ref/serialize.html)).
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)).
12-
- [SQLite 3.45.2](https://sqlite.org/releaselog/3_45_2.html)
12+
- [SQLite 3.46.1](https://sqlite.org/releaselog/3_46_1.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)
1414
+ Prebuilt for Windows, Linux, macOS, Android and WebGL
1515
+ Built from source in iOS, tvOS and visionOS projects

0 commit comments

Comments
 (0)