How to support multiple providers?
Is it possible to have an app using drizzle default to PGLite for frictionless auth less startup for someone checking out the app’s codebase.
But allow a deployed prod instance to use Neon Postgres?
1 Reply
My two use cases:
- I’d like to be able to develop on a plane without internet, (and my prod DB, Neon, would be inaccessible without internet)
- if I have to onboard someone, I’d like them to be able to develop locally without any access or configuration of my Neon DB instance