sqlite - Does ADO wrappers for SQLLite preserve performance? -


does ado wrappers sqllite assume significant interprocess communications (as example sql server far separate process)? far know sql lite dll loaded inproc (it's fast - no need in ipc overhead), so, using ado wrapper preserve benefit? (for example - system.data.sqlite)


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -