Neon as file Storage?
Hello all, this is silly question, but it's worth asking to be sure. Can we use Neon as a file storage service to store assets like images etc?
Is the branching feature avaliable in vercel + neon + drizzle to run migrations?
I am using drizzle as my ORM in my nextJS project deployed on vercel and I would love to use the branching feature for development workflow but I can't find a way to run migrations. Neon already creates me a database per vercel pre-view but is not running any actions related to migrations, in the documentation it references using Prisma, is there something I can use with drizzle?
Timeouts during Drizzle Migration
I am building an app where I am provisioning user's their own databases in Neon. I am currently running into an issue where after I create the user's database and connect to it, I try and run Drizzle's migrate function and the Neon database just times out. Not sure if I'm doing it incorrectly or not.
I tried with two variations of the path to the migrations folder:
await migrate(userDb, {
migrationsFolder: path.join(process.cwd(), 'drizzle/user/migrations'),...
Is the branching feature available in local envirement ?
Often times there are differences in the migration files across branches, and I would have to reset the DB and restore some backup.
Can I use Neon such that whenever I checkout to a local branch, It creates/updates the current branch reflecting that of the branch name....
README: Forum Guidelines
This is not an official support forum - if you are on a paid plan please open a ticket here https://console.neon.tech/app/projects?modal=support
Be Descriptive
0. Use a concise, but descriptive title.
1. Provide the "what", "why", and "how" related to your question. What are you doing, and why? How are you trying to achive it....
