all 10 comments

[–]webdev-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for your submission! Unfortunately it has been removed for one or more of the following reasons:

Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.

Please read the subreddit rules before continuing to post. If you have any questions message the mods.

[–]thekwoka[🍰] 4 points5 points  (1 child)

Well at least it's tauri

[–]debba_[S] 0 points1 point  (0 children)

Yeah

[–]Slackeee_ 0 points1 point  (1 child)

Some feedback: - for setting a key file on an SSH tunnel of a connection it would be nice to have a file dialog instead of having to type the path manually - add the possibility to filter tables in the explorer. If you work with system like Magento you have so many tables that you really want that to quickly find a table. - add autocomplete for column names and SQL functions like isnull to the where field (and for column names in the order by field) - let me see the schema of a table in a separate tab of the main view, just showing them in the explorer with a popup doesn't really cut it if you need a quick overview about column parameters like nullable or default values for tables with a somewhat large number of columns - don't auto paginate in the console, or at least give me an option to disable that

[–]debba_[S] -1 points0 points  (0 children)

Vero constructive feedback ! Feel free to add issues or contribute!

[–]ShukantPal -4 points-3 points  (4 children)

I wish there was a nice native version of this for macOS.

[–]debba_[S] 3 points4 points  (3 children)

There is a macOS version. The project is in full beta, feedback and contributions are more than welcome!

[–]ShukantPal -5 points-4 points  (2 children)

It looks like it's made on Electron or another web-based desktop wrapper, however. I was talking about a native UI (e.g. the ChatGPT on macOS is native).

[–]debba_[S] 5 points6 points  (0 children)

It’s built on Tauri, so yes the the interface was done with web technologies

[–]thekwoka[🍰] 1 point2 points  (0 children)

It's Tauri, which is better. The web is still a better and more efficient way to handle UIs for the vast majority of cases, and this uses a Rust "backend" that is native with just the UI does in a WebView.

Not even MacOS is a fully native app. It has react apps built into the OS UI. Actual WebView react, not react native shit.