Write SQL queries using popular database packages
Work with SQL queries and get completion and other features automatically.
SQL queries are recognized automatically when these strings are used in popular SQL packages such as database/sql, github.com/jmoiron/sqlx, and github.com/gobuffalo/pop.
The IDE automatically recognizes which databases are configured, their type, e.g. Postgres, MongoDB, etc., and provides all features available to query, refactor, or reference the database.
Use the string literal which contains the SQL query in any of the functions accepting queries from one of the supported packages, and they'll be recognized automatically.