TablePlus / DBngin

DB Engine
https://dbngin.com
995 stars 19 forks source link

Update for Apple Silicon M1 machines #61

Closed Harry-Harrison closed 3 years ago

Harry-Harrison commented 3 years ago

macOS version: 11.2.1

This isnt a bug exactly, but a feature request. It'd be great if the DBngin could be updated for M1 machines. I'm not going to pretend to know what that'd entail in terms of supporting the database packages, but I can see that it requires Rosetta 2 to run currently whereas TablePlus does not.

image

huyphams commented 3 years ago

It's supported now. Please update to the build 34, thanks!

gravataLonga commented 2 years ago

@huyphams Mmm, its only running native application it self, but binary of database is not running on native M1.

Screenshot 2021-09-21 at 22 10 02
Harry-Harrison commented 2 years ago

@gravataLonga Looks like M1 compatible Mysqld is only possible through installing with Brew at the moment potentially.

huyphams commented 2 years ago

wow thanks @Harry-Harrison for letting me know that MySQL is ready for M1. We will add it in the next update!

gravataLonga commented 2 years ago

@Harry-Harrison exactly what I mean! You can have Mysqld native on M1. ;) @huyphams Thank for make effort to integrate native mysqld into your application!