Is there a reliable Lisp object database built on SQL or a capable Lisp ORM solution? I desire RDMS-style admin features with object-oriented strength without needing to modify CLSQL extensively.
hey ryan, im tinkin that maybe a custom orm layer wrapping clsql could be a neat compromise. have you tried exploring quicklisp for any emerging libs? curious to hear your experimnces or ideas on this approach
hey ryan, maybe explore some of those ports integrating directly with pg. i saw a lib that adds a tidy custom layer over clsql, not full blown orm but may do the trick for flexibity. might be worth a peek if you’re not set on heavy abstraction.