Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
daninus14 authored Nov 4, 2024
1 parent 9a2f926 commit b139f2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ If you are using [clack](https://github.com/fukamachi/clack) as your webserver,
*app*))
```

#### Connecting To `sqlite3` In Memory

To connect to a `sqlite3` in memory database without having to save a file you can do:

```common-lisp
(mito:connect-toplevel :sqlite3
:database-name #P":memory:")
```

### deftable macro

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

0 comments on commit b139f2f

Please sign in to comment.