SO, my question now is: I have a PG database set up for auth using next_auth v5, and I’m using PostgreSQL. Can I (pretty please
) somehow use that db for strapi too?
My plan was to migrate from using that database to strapi for my project, but now I’m not sure what’s the best approach:
- Just install strapi like I always do, with its default sqlite database, and try my best to change my frontend’s logic to use strapi instead of my pg database for user auth.
- Use strapi with my existing pg database and not have to do that whole migration thing
Would I even be able to access my already existing tables from strapi and modify them like usual from the UI?