You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add some basic SQL auto-completion to the SQL editing experience? There are several levels of experience that can be offered, but ideally is inspired from the underlying connection schema..
There are three I have come across, but could be more:
Yes introspection and the corresponding autocomplete is already on my todo list.
Kviklet wont ever become a fully fleshed database browser like datagrip, that's also not quite the vision of the tool. I don't want to encourage people to spend their time on production databases. But you're right that when it is necessary it should at least be somewhat comfortable.
I'm already using the Monaco editor, to help with this. But I haven't quite configured it correctly and haven't built the schema introspection either. Can't promise a timeframe yet, but it'll come eventually.
Hi
Would it be possible to add some basic SQL auto-completion to the SQL editing experience? There are several levels of experience that can be offered, but ideally is inspired from the underlying connection schema..
There are three I have come across, but could be more:
https://github.com/DTStack/monaco-sql-languages
https://github.com/modeldba/sql-autocomplete
Whilst they may not quite replicate the likes of Intellij, it would do a good job at getting to a level similar to phpmyadmin/etc.
The text was updated successfully, but these errors were encountered: