Question for Lispers:
What package do you recommend for database access? I'm mainly looking for an ORM, but am also willing to do things manually. I'm mainly targeting postgres, but I'd like to let people use other databases if they want (and be able to use sqlite for testing).
Is CL-SQL still the way to go? CL-DBI? Postmodern? Mito? Crane? Elephant?
It seems like the ORMs are Django-like rather than Hibernate-like, in that they require modifying your model classes. True?