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.


Related Resources

Zero to Document Hero - Introduction to MongoDB
Once upon a time, relational databases, or RDMS (think SQL), were the only data store in town. But now there’s a competitor, a group of non-SQL (aka NoSQL) databases, including document databases such as MongoDB.
Connect from the IDE to a MongoDB database
Gain access to the database from the IDE and do all the work in the same window.
Query MongoDB databases
Run any queries you want against the database from the comfort of your IDE.