Local Neon for Development
Hi - I'm building a platform where I programmatically create (Neon) projects for my users. Obviously, I want to test this locally for development without creating real neon projects. What's the recommended way to do this?
There seem to be a few ways to get Neon running locally:
- Directly through cargo: https://github.com/neondatabase/neon?tab=readme-ov-file#running-local-installation
- Via docker compose: https://github.com/neondatabase/neon/blob/main/docker-compose/docker-compose.yml
- With neon_local
Is there something compatible with the Neon web API? Should I use neon_local and just stub calls to that during testing? Run the docker-compose alongside my own and then connect somehow?
There seem to be a few ways to get Neon running locally:
- Directly through cargo: https://github.com/neondatabase/neon?tab=readme-ov-file#running-local-installation
- Via docker compose: https://github.com/neondatabase/neon/blob/main/docker-compose/docker-compose.yml
- With neon_local
Is there something compatible with the Neon web API? Should I use neon_local and just stub calls to that during testing? Run the docker-compose alongside my own and then connect somehow?
