Prisma Native Image
This repository contains the latest binary for MacOS and instructions on how to use it.
Setup
- Clone this repo.
- Unpack the binary.
- Start a postgres instance/container or use the
docker-compose.yml
from this repo to start one with docker-compose up -d
- If you use a different postgres, change the
prisma.yml
to reflect your setup.
direnv allow
./prisma-native
Known limitations & errors
- The binary will likely crash from time to time with a massive thread dump, if that happens send @dpetrick a message in slack with the whole thing.
- UUID type is most likely not working
- Authentication is disabled at the moment.
- Logging is a mess and fairly verbose. There's some control with
LOG_LEVEL=[TRACE, DEBUG, INFO, ERROR, WARN]
, but not all logging is affected by that at the moment.
If you encounter things that don't work
Current Tags
11 Versions