Files
bun.sh/test/regression
Claude Bot ec0f811cc1 fix(sqlite): use correct library name on Linux
On Linux, dlopen("sqlite3", ...) fails because the library is installed
as "libsqlite3.so" not "sqlite3". This made bun:sqlite unusable on
Linux systems with system-installed SQLite.

Fixes #26629

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 14:31:38 +00:00
..