wailsapp / awesome-wails

⭐ A carefully selected list of Wails applications
MIT License
392 stars 42 forks source link

Add Surrealist as open source project #12

Closed macjuul closed 1 year ago

macjuul commented 1 year ago

I've recently used Wails to create Surrealist, an easy to use desktop app to build and test SurrealDB queries.

image

SurrealDB is a relatively new graph-based database offering many modern features, however as it stands the only way to test your queries is using the command line, which of course gets tedious as your queries grow in size. That's why I created Surrealist to provide a graphical way to build, test, and explore your queries.

The app itself is built using Wails 2, React, and TypeScript. I'm currently packaging for windows (amd64) and Mac (arm64).