Fork me on GitHub
#sql
<
2020-02-15
>
tjb20:02:57

hey team, im using Sean's next.jdbc but am getting the following error,

No implementation of method: :get-datasource of protocol: #'next.jdbc.protocols/Sourceable found for class: nil
has anyone encountered this error before?

Chris O’Donnell21:02:37

Looks like you're passing in nil where a datasource is expected.

tjb21:02:13

yeah i was confused my the error msg but my setup was just wrong 😛

tjb21:02:17

i figured it out, thank you!