Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Plugins/lib/android/arm32/libgilzoide-sqlite-net.so
Binary file not shown.
Binary file modified Plugins/lib/android/arm64/libgilzoide-sqlite-net.so
Binary file not shown.
Binary file modified Plugins/lib/android/x86/libgilzoide-sqlite-net.so
Binary file not shown.
Binary file modified Plugins/lib/android/x86_64/libgilzoide-sqlite-net.so
Binary file not shown.
Binary file modified Plugins/lib/linux/x86_64/libgilzoide-sqlite-net.so
Binary file not shown.
Binary file modified Plugins/lib/macos/libgilzoide-sqlite-net.dylib
Binary file not shown.
Binary file modified Plugins/lib/webgl/libgilzoide-sqlite-net.bc
Binary file not shown.
Binary file modified Plugins/lib/windows/arm64/gilzoide-sqlite-net.dll
Binary file not shown.
Binary file modified Plugins/lib/windows/x86/gilzoide-sqlite-net.dll
Binary file not shown.
Binary file modified Plugins/lib/windows/x86_64/gilzoide-sqlite-net.dll
Binary file not shown.
10,249 changes: 6,807 additions & 3,442 deletions Plugins/sqlite-amalgamation/sqlite3.c

Large diffs are not rendered by default.

249 changes: 222 additions & 27 deletions Plugins/sqlite-amalgamation/sqlite3.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This package provides the excelent [SQLite-net](https://github.com/praeclarum/sq
+ Both synchronous and asynchronous APIs are available
+ `SQLiteConnection.Serialize` extension method for serializing a database to `byte[]` (reference: [SQLite Serialization](https://www.sqlite.org/c3ref/serialize.html)).
+ `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)).
- [SQLite 3.46.1](https://sqlite.org/releaselog/3_46_1.html)
- [SQLite 3.48.0](https://sqlite.org/releaselog/3_48_0.html)
+ 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)
+ Prebuilt for Windows, Linux, macOS, Android and WebGL
+ Built from source in iOS, tvOS and visionOS projects
Expand Down
Loading