sql

All things SQL and JDBC...
2020-02-15T20:57:57.208200Z

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?

2020-02-15T21:12:37.208600Z

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

2020-02-15T21:45:13.209200Z

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

2020-02-15T21:45:17.209400Z

i figured it out, thank you!