tags:

views:

25

answers:

1

Last time I used Npgsql, i.e., version 1.0, it worked very slow. Is there any other alternative to Npgsql?

+3  A: 

Version 1.0 is three years old. Try to use the newest one.

Tomi
Is it fast? Have you tried?
RPK
It depends on what do you mean by "fast". I used it when I was working with Postgre DB and I didn't have any performance problems. I doubt that there is better .NET connector for Postgre than Npgsql.
Tomi
It's as fast as the queries you make , and how your tables are optimized to fit your queries. npgsql adds no significant overhead.
nos