bun:sqlite - why is my sqlite3 version mismatched?
I'm trying to better understand JSONB functionality in sqlite so i replaced the 3.43 version on my mac by default with 3.45 from homebrew. but noticed some version mismatch
the code I'm running using the bun:sqlite driver is
when i go into the db from my project in vscode
the code I'm running using the bun:sqlite driver is
console.log(db.all(sqlSELECT sqlite_version())) which returns 3.43 but as you can see below, in my terminal i have 3.45 installed. But i can't figure out why it's not workingwhen i go into the db from my project in vscode