From 68444c4a9ed50edacd3ef7725a143f688c9841b0 Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 29 Aug 2024 20:29:22 +0200 Subject: [PATCH] README: mention that DB drivers are required for a binary. [ci skip] --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index 77aeff9..a077aa2 100644 --- a/README.markdown +++ b/README.markdown @@ -640,6 +640,11 @@ Or, with Roswell: ros install mito ``` +If you build a binary, reference a DB driver in your dependencies: + + :dbd-sqlite3 :dbd-mysql :dbd-postgres + + ## See Also * [CL-DBI](https://github.com/fukamachi/cl-dbi)