fukamachi / mito

An ORM for Common Lisp with migrations, relationships and PostgreSQL support
292 stars 31 forks source link

Document the clack middleware and `retrieve-by-sql` #133

Closed cadrgtsecond closed 10 months ago

cadrgtsecond commented 10 months ago

I've used mito for some of my personal projects and found it neat. But I often found myself going to libraries such as datafly because I didn't know how to do a complex query in mito. It turns out that mito actually implements the same facilities but they weren't documented anywhere. So I've documented them myself for future users.

Also, turns out a clack middleware exists. Had no idea about that until I accidentally came across it while read through some of the code.

fukamachi commented 10 months ago

Great, thanks!