mkdir hello-drizzle cd hello-drizzle npm init -y npm install typescript ts-node @types/node --save-dev npx tsc --init npm i drizzle-orm dotenv @libsql/client npm i -D drizzle-kit In.env, set ...
This template is designed to help you quickly set up a new project with Next.js, Drizzle ORM, and Auth.js. It includes essential configurations and scripts to get you started with development, ...