I’m trying to run the https://github.com/babashka/nbb/blob/main/examples/sqlite/example.cljs but the require fails with:
----- Error --------------------------------------
Type: TypeError
Message: Cannot use 'in' operator to search for 'open' in undefined
Cannot use 'in' operator to search for 'open' in undefined
I’m using v1.1.158 . Is this a known issue?@soren I updated the example now, apparently you don't need the $default anymore in the first one
There is also this one: https://github.com/babashka/nbb/tree/main/examples/better-sqlite3
Ah! thank you vey much!