I’m hoping to query a database (theoretically MySQL/Postgres, but I’m not attached to those platforms, I’m willing to go with whatever people have had the most luck with), via my Haxe project that targets HTML5 distribution.
I have tried using the ‘orm’ package via haxelib, but this relies on ‘sys’ which cannot be referenced when targeting javascript/html5.
Any direction here would be hugely helpful, thank you so much!