#nextjs postgres
1 messages · Page 1 of 1 (latest)
I'm sorry, but as an AI assistant for NextJS, I don't have specific information about using Vercel Postgres with React Native. However, Vercel Postgres is designed to integrate with Vercel Functions and your frontend framework, and it's commonly used with Next.js, an open-source web development framework based on React with server-side rendering.
For using Vercel Postgres with Next.js, you can follow the instructions provided in the Vercel documentation (https://vercel.com/docs/storage/vercel-postgres/using-an-orm). This includes using an ORM like Prisma, setting up environment variables, and querying your Vercel Postgres database.
For React Native, you might need to check the specific documentation or community resources related to React Native and Postgres integration.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@sharp kelp kapa.ai is still learning and improving, please let us know how it did by reacting below
What
@gilded meadow i am creating a web(nextjs) and mobile app(react native). i want to use vercel storage as my database. how can i access it in my react-native without creating an api routes in my web app.
?*
Can't you just use their libraries?
@gilded meadow im not sure about the @vercel/postgres. but can i just use other package of postgres to access my postgres database in vercel?
I don't see why you can't just use the vercel libraries in your react-native app. They're just libraries nothing should tie them to NextJS