Skip to content

Commit aa7fbad

Browse files
authored
Merge pull request #162 from daninus14/patch-3
Update README.markdown
2 parents 9a2f926 + b139f2f commit aa7fbad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ If you are using [clack](https://github.com/fukamachi/clack) as your webserver,
8181
*app*))
8282
```
8383

84+
#### Connecting To `sqlite3` In Memory
85+
86+
To connect to a `sqlite3` in memory database without having to save a file you can do:
87+
88+
```common-lisp
89+
(mito:connect-toplevel :sqlite3
90+
:database-name #P":memory:")
91+
```
92+
8493
### deftable macro
8594

8695
As Mito's dao table class is defined as a CLOS metaclass, a table class can be defined like this:

0 commit comments

Comments
 (0)