fix for new version of carp

This commit is contained in:
2021-01-19 12:16:34 +01:00
parent a689c3ec85
commit 1b87e7fec1
3 changed files with 24 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ everything, but it tries to be useful.
## Installation
```clojure
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4")
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.5")
```
## Usage
@@ -15,7 +15,7 @@ The module `SQLite3` provides facilities for opening, closing, and querying
databases.
```clojure
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4")
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.5")
; opening DBs can fail, for the purposes of this example we
; ignore that