babashka / babashka-sql-pods

Babashka pods for SQL databases
Eclipse Public License 1.0
85 stars 16 forks source link

Linux/aarch64 request #55

Closed calebdiaz closed 2 years ago

calebdiaz commented 2 years ago

Please it would be so great to have the possibility to connect to mysql or postgres from aarch64. Raspberry Pi of course ;)

I have this message when I try to connect "Exception in thread "main" java.lang.IllegalArgumentException: No executable found for pod org.babashka/mysql (0.1.0) and OS Linux/aarch6"

Thank you so much for this project

borkdude commented 2 years ago

/cc @lispyclouds @cap10morgan - if any of you is inclined to take this on, feel free! As an aside, I think we should maybe deprecate the non-static linux binaries and publish both as static to reduce the CI stuff a bit.

lispyclouds commented 2 years ago

I'll take a look and yes to the dynamic binary deprecation too! Do we start my making the pods lib prefer static ones only? Or this is already implemented?

borkdude commented 2 years ago

The pod lib doesn't care as long as it can find an executable for the OS + arch. Pods should just prefer publishing static executables which is already the case for most of the babashka pods.

lispyclouds commented 2 years ago

Released in https://github.com/babashka/babashka-sql-pods/releases/tag/v0.1.1