compsci-adl / website

The Computer Science Club's website
https://www.csclub.org.au
MIT License
10 stars 18 forks source link

Database #18

Closed phoenixpereira closed 10 months ago

phoenixpereira commented 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.

jsun969 commented 10 months ago

suggestion: https://orm.drizzle.team

It can connect and operate turso database in a type-safe way. The syntax is like SQL.