version bump
This commit is contained in:
@@ -6,7 +6,7 @@ everything, but it tries to be useful.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.3")
|
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -15,7 +15,7 @@ The module `SQLite3` provides facilities for opening, closing, and querying
|
|||||||
databases.
|
databases.
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.1")
|
(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4")
|
||||||
|
|
||||||
; opening DBs can fail, for the purposes of this example we
|
; opening DBs can fail, for the purposes of this example we
|
||||||
; ignore that
|
; ignore that
|
||||||
|
@@ -32,12 +32,12 @@
|
|||||||
<p>is a simple high-level wrapper around SQLite3. It doesn’t intend
|
<p>is a simple high-level wrapper around SQLite3. It doesn’t intend
|
||||||
to wrap everything, but it tries to be useful.</p>
|
to wrap everything, but it tries to be useful.</p>
|
||||||
<h2>Installation</h2>
|
<h2>Installation</h2>
|
||||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/sqlite3@0.0.3")
|
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4")
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h2>Usage</h2>
|
<h2>Usage</h2>
|
||||||
<p>The module <code>SQLite3</code> provides facilities for opening, closing, and querying
|
<p>The module <code>SQLite3</code> provides facilities for opening, closing, and querying
|
||||||
databases.</p>
|
databases.</p>
|
||||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/sqlite3@0.0.3")
|
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4")
|
||||||
|
|
||||||
; opening DBs can fail, for the purposes of this example we
|
; opening DBs can fail, for the purposes of this example we
|
||||||
; ignore that
|
; ignore that
|
||||||
|
@@ -7,7 +7,7 @@ to wrap everything, but it tries to be useful.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(load \"https://veitheller.de/git/carpentry/sqlite3@0.0.3\")
|
(load \"https://veitheller.de/git/carpentry/sqlite3@0.0.4\")
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -16,7 +16,7 @@ The module `SQLite3` provides facilities for opening, closing, and querying
|
|||||||
databases.
|
databases.
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(load \"https://veitheller.de/git/carpentry/sqlite3@0.0.3\")
|
(load \"https://veitheller.de/git/carpentry/sqlite3@0.0.4\")
|
||||||
|
|
||||||
; opening DBs can fail, for the purposes of this example we
|
; opening DBs can fail, for the purposes of this example we
|
||||||
; ignore that
|
; ignore that
|
||||||
|
Reference in New Issue
Block a user