Hello! In this post about our third EAP build for 2020.3, we'll describe just one feature – but it’s a huge one:
SQL for MongoDB
TL;DR – You can now use SQL to query MongoDB databases.
Only SELECT queries work.
Working сlauses: JOIN, WHERE, GROUP BY, HAVING, ORDER BY, LIMIT, OFFSET.
SELECT
Op…