Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 21 Feb 18:52
· 67 commits to master since this release
Bundle native SQLite library in single-file publish

IncludeNativeLibrariesForSelfExtract ensures libe_sqlite3.so is embedded
inside the single-file binary rather than left as a separate file. Without
this, the published binary fails with a SqliteConnection type initializer
error because the native library is missing.

Also adds append and custom-id assign to help text.