GibraltarSoftware / VistaDB.EFCore

Entity Framework Core provider for VistaDB 5 and later
MIT License
4 stars 0 forks source link

Advanced topics #3

Closed ErikEJ closed 6 years ago

ErikEJ commented 6 years ago

Connection pooling - is it enabled by default?

Database creation options - how to specify them with EF Core? https://doc.vistadb.com/#HowTo_IsolatedStorage_Examples.html

CLR Methods as SQL Functions !

kendallmiller commented 6 years ago

I don’t believe it is, and it is recommended when not opening the database in exclusive mode. You’ll want to enable a pool and open in shared read write for EF.

On Jul 1, 2018, at 10:45 AM, Erik Ejlskov Jensen notifications@github.com<mailto:notifications@github.com> wrote:

Connection pooling - is it enabled by default?

Database creation options - how to specify them with EF Core? https://doc.vistadb.com/#HowTo_IsolatedStorage_Examples.html

CLR Methods as SQL Functions !

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/GibraltarSoftware/VistaDB.EFCore/issues/3, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABF0jEDWSZrt7Llcn51VBmMg7rAxvt4gks5uCOB7gaJpZM4U-WYZ.

ErikEJ commented 6 years ago

Pooling now in place