Hacker News new | ask | show | jobs
by samth 1468 days ago
Here are some ORM-related libraries: - https://docs.racket-lang.org/mongodb/ORM_Operations.html - https://docs.racket-lang.org/racquel/index.html - https://github.com/adjkant/sql-sourcery - http://tech.perpetua.io/2022/01/generating-sqlite-bindings-w... - https://docs.racket-lang.org/deta/index.html

I think the last one, deta, is the most mature.

1 comments

Thanks, that's really helpful! I'll be investigating/reading the code base when writing my own, nice to be able to see some design decisions before starting on my own.