> Did you think, open several connections > so if yes you can have a > transactional connection and a logical connection only for reading ...
You can connect to several DBs with [withDb and withCustomDb](https://moigagoo.github.io/norm/norm.html#reference-guide-connection), which allows you to use one connection for reading and another for writing. > Did you think, open several connections You mean connection pool? There's an [open issue](https://github.com/moigagoo/norm/issues/50) for it, but I'm not planning on taking on it any time soon. I plan to focus on the migration manager for Norm.
