Jun 4th, 2024
by Julian Mills
I’m excited to announce the release of Surrealist 2.1, the latest update of our official SurrealDB graphical management interface. Expanding on the already powerful Surrealist 2.0 that we released back in April, this latest update brings an array of exciting new features and improvements to the interface. In this blog post we will dive into some of the more notable additions.
Users of the Surrealist Desktop app will notice that .surql
and .surrealql
files can now be opened directly with Surrealist. Doing so will automatically start Surrealist, navigate to the Query view, and open the query in a new tab. This makes it even easier to store queries in external files and further improves the workflow when working with many queries.
In addition to visualising relations between tables, the Surrealist Designer view can now also draw relations based on simple record link fields. This highly suggested feature allows you to visualise your schema in even further detail. While disabled by default, this functionality can be easily enabled from the Table Graph options by pressing the gear icon in the designer view.
Migrating from other databases and data sources can be a pain, which is why Surrealist now offers a convenient CSV table importer. Simply select a .csv
file from the data importer (Explorer view > Import data), enter a desired table name, and Surrealist will automatically convert your rows to records. In addition, the importer will automatically parse SurrealQL compatible data such as objects, arrays, and dates.
We intend to further expand on the importing and exporting of schemas and records in future updates, including the support of JSON formats and exporting to CSV.
record<>
fields defined on tables.surql
file opening with Surrealist Desktop.csv
file from the “Import data” button in the Explorer viewcmd+L
/ctrl+L
shortcut to open the connections listIf you already have Surrealist installed, you will be prompted with an update notification the next time you launch Surrealist.
For new users, the easiest way to get started with Surrealist is using the web app available at https://surrealist.app. While the web app offers most of the functionality found within the Surrealist desktop app, for the complete Surrealist experience you can download the desktop app here.