Question

In Visual Studio 2013, is there a way to get intellisense working for SQL dialects/engines other than T-SQL (e.g. SQLite, MySQL, Potsgresql)?

Was it helpful?

Solution

I think this will be a RDBMS-by-RDBMS thing and may not be available for every RDBMS you want.

For MySQL, for example, check out MySQL for Visual Studio 1.1.3 GA (download here), which apparently features IntelliSense.

For PostgreSQL, Devart dotConnect for PostgreSQL claims to offer IntelliSense. (In contrast, Devart's overview of dotConnect for MySQL does not mention IntelliSense support; same with its overview of dotConnect for SQLite.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top