v0.2.3
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.