https://github.com/steebchen/go-binaries
https://github.com/steebchen/go-binaries
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steebchen/go-binaries
- Owner: steebchen
- Created: 2020-07-09T08:01:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T15:59:45.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T01:41:46.631Z (over 1 year ago)
- Language: Go
- Size: 68.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go engine binaries repository
This repo contains the Prisma query engine as .go files. It uses build constraints to only include the required
engine in the final go binary.
## Fetch CLI
To fetch new binaries, run
```shell script
go run ./fetch/
```
To adapt the version, modify the `EngineVersion` variable in `fetch/binaries.go`.