Fork me on GitHub
#nbb
<
2023-01-09
>
Søren Sjørup14:01:55

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?

borkdude14:01:53

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

Søren Sjørup16:01:42

Ah! thank you vey much!