Skip to content

Commit

Permalink
Merge branch 'master' into effective-slots
Browse files Browse the repository at this point in the history
  • Loading branch information
daninus14 committed Nov 17, 2024
2 parents f548641 + 3a52363 commit 2bffc7b
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 2bffc7b

Please sign in to comment.