Closed phoenixpereira closed 10 months ago
Create a database most likely using Turso to store user information. Clerk will store login information including passwords so the database will not store this. The database's primary key is the user's Clerk ID.
suggestion: https://orm.drizzle.team
It can connect and operate turso database in a type-safe way. The syntax is like SQL.
Create a database most likely using Turso to store user information. Clerk will store login information including passwords so the database will not store this. The database's primary key is the user's Clerk ID.