Hi, There is a mention of "The DB convention" <https://github.com/jeremyevans/sequel#the-db-convention>, and I'm missing a starting point of using two different database (one for business logic and the other for auditing) I want to keep those connection open for both, looking for a way to use 'DB' for main database and 'DB_AUDIT' for alternative one. It could be great if 'DB' was a hash of Database connection instances so I wouldn't have to add global constants for each new database.
Am I missing something simpler? Thanks -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/a4c5c0e0-a37a-43c9-a556-2231b05d9b4d%40googlegroups.com.
