Npgsql is the .NET provider for PostgreSQL. Regardless of whether this provider integrates with Server Explorer, whether it supports DDEX , which Npgsl does not currently have, but this support is planned for future versions .
However, if all you want to do is to be able to view the PostgreSQL database in Server Explorer, you can do this by installing psqlODBC , the PostgreSQL ODBC driver, and connecting through . NET Framework Data Provider for ODBC .
alt text http://www.codingthewheel.com/image.axd?picture=postgre_sql_server_explorer.png
In addition, I should mention that Npgsql DOES has development-time integration with Visual Studio - for example, you can use NpgsqlConnection objects from the toolbar, etc.
user2189331
source share