An open API service indexing awesome lists of open source software.

https://github.com/steebchen/go-binaries


https://github.com/steebchen/go-binaries

Last synced: 4 months ago
JSON representation

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`.