fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Using mito with caveman #118

Closed chrisboeg closed 4 years ago

chrisboeg commented 4 years ago

I want to try and to use mito with caveman, but I'm not experienced with caveman nor mito, so I thought I'd ask here... What would one have to make of changes to actually connect mito and caveman properly to leverage cavemans database features?

chrisboeg commented 4 years ago

Seems to not need anything more than

(defun connect (connection-settings)
  (apply #'mito:connect-toplevel connection-settings))

So I'm closing this.