Last time I used Npgsql, i.e., version 1.0, it worked very slow. Is there any other alternative to Npgsql?
Is it fast? Have you tried?
RPK
2010-06-24 17:21:19
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
2010-06-24 17:24:29
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
2010-06-24 18:11:54