Strapi 5 RC w/ PostgreSQL - Strapi DOA

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 :pleading_face: ) 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:

  1. 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.
  2. 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?