eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

Multiple independent connections #43

Closed wnortje closed 8 years ago

wnortje commented 9 years ago

It would be useful if you could open connections to different databases independently. A use case is where a database is selected or created based on information obtained from another database. The current setup in Crane where all db's must be known and defined before making a connection is limiting for this case.

eudoxia0 commented 8 years ago

Yes, the current way configuration is handled is a pain. Databases can't be defined dynamically.

eudoxia0 commented 8 years ago

Closing this to just have #12 as the main issue for this.