nbb

Søren Sjørup 2023-01-09T14:06:55.845669Z

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?

borkdude 2023-01-09T14:09:53.810449Z

@soren I updated the example now, apparently you don't need the $default anymore in the first one

borkdude 2023-01-09T14:11:41.797589Z

There is also this one: https://github.com/babashka/nbb/tree/main/examples/better-sqlite3

Søren Sjørup 2023-01-09T16:07:42.256199Z

Ah! thank you vey much!