As simple database client.
Milo is mac only atm.
- Go to Github releases and download the milo.dmg
- Use it like any other app - you can use the test.duckdb file if you want to view some data in the client.
- Go 1.20+
- Node 15+
- xcode (should be able to go without it in dev)
Run go install github.com/wailsapp/wails/v2/cmd/wails@lates to install the Wails CLI.
Run make dev to run in development mode. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.sss
