Plugin Database Tools and SQL IDE usage
Answered
Hey guys,
I'm using this plugin since I'm working with Postgres. I was thinking this plugin will be able to provide help on SQL query building or to create data structure based on database schema. (Using golang up to date)
I do think i'm using it bad, if someone could tell me if what i want is doable or should wokr, just to drive me in the way to fix it :)
Regards
Please sign in to leave a comment.
Hi,
Database Tools and SQL plugin provides completion and other features for SQL statements as well as inside Go strings that follow the syntax (e.g. CREATE TABLE <…> and so on) or when you're using Go libraries for SQL manipulation.
Could you please share your example so we can take a look on your particular case?