fukamachi / cl-dbi

Database independent interface for Common Lisp
202 stars 28 forks source link

README: mention the db drivers (required for binaries) #89

Closed vindarel closed 2 weeks ago

vindarel commented 2 weeks ago

I built a binary and ran it on a server. cl-dbi wanted to install dbd-sqlite3 on the fly, it called to ASDF, that didn't find the common-lisp/ directory (as expected), and failed with a useless error message.

Hopefully this addition will save someone some digging.

But also, maybe can cl-dbi print a warning that it is going to (try to) install a missing driver? dbi.lisp, with-autoload-on-missing.

Best,

[ci skip]

fukamachi commented 2 weeks ago

Thanks!