oslabs-beta / dBizzy

VSCode extension that renders real time ER diagrams and allows for quick querying.
MIT License
79 stars 18 forks source link

Q: Supported SQL dialects #18

Closed sschneider-ihre-pvs closed 2 years ago

sschneider-ihre-pvs commented 2 years ago

What sql dialects are supported?

mcl030 commented 2 years ago

As of now, we've implemented support for a few SQL dialects:

For the visualization tool, MySQL, SQLServer, and SQLite dialects are supported.
For the local database browser, SQLite is supported.

In the future, we'd love to implement support for more dialects. If you'd like to contribute or run into any issues, please let us know!