Skip to content

Commit

Permalink
Merge pull request #162 from daninus14/patch-3
Browse files Browse the repository at this point in the history
Update README.markdown
  • Loading branch information
fukamachi authored Nov 12, 2024
2 parents 9a2f926 + b139f2f commit aa7fbad
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 aa7fbad

Please sign in to comment.