Relay
Back to changelog
v0.4.1

Relay 0.4.1

We've expanded Relay's export functionality to export single or multiple tables, along with selecting various formats (CSV / JSON / SQL). This is supported on SQL and MongoDB engines.

New Data Export

MongoDB

  • When connecting to MongoDB and a database isn’t provided, a new selector opens up to prevent confusion on an empty connection.
  • Fixed MongoDB saving SVR connections and initialization.
  • Added ability to export more than 100 records.

SQL

  • Added support for temporary tables showing up in the sidebar
  • Fixed connections to databases with an empty password
  • Added new icon to separate procedure vs function
  • (PostgreSQL) Fixed sidebar where sometimes selection is not selected when swapping PostgreSQL schemas
  • (DuckDB) When using in-memory databases, values could not be edited. This has been fixed