How to set up Drizzle ORM with Auth.js in a fresh project
Drizzle ORM is n object relationship mapper – basically it maps your relational databases and all it’s entitites to objects that you can interact with to make queries without necessaarily knowing SQL (but it definitely helps). The first thing I typically do when setting up a project is to get Auth.js working, which involves setting […]






