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?
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?