- This topic has 1 reply, 2 voices, and was last updated 6 years, 10 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Hi,
Do I need one global ORM instance or should I create one on each service? The ORM multitier demo has only one, but it uses a SQLite database so it might not work for database which can have more connections.
Thanks in advance!
Luigi
You only need one ORM per connection pool you are using.