Skip to content

Commit

Permalink
Merge pull request #89 from vindarel/master
Browse files Browse the repository at this point in the history
README: mention the db drivers (required for binaries)
  • Loading branch information
fukamachi authored Aug 29, 2024
2 parents 15aeaac + 521ae6e commit 6f329d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,18 @@ To load "cl-dbi":
(:CL-DBI)
```

cl-dbi will load another system on the fly depending on your database's
driver:

:dbd-sqlite3
:dbd-mysql
:dbd-postgres

You must reference the required one in your system definition if you
plan to build an executable (and if you plan to run it on a machine
where Quicklisp is not installed).


## API

### User-Level API
Expand Down

0 comments on commit 6f329d5

Please sign in to comment.