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)?

有帮助吗?

解决方案

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.)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top