Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1000 Bytes

tech_notes.md

File metadata and controls

24 lines (17 loc) · 1000 Bytes

As I don't have a strong experience in backend development, these changes are mostly instinctive and might not be good practices, please reach out if you think I'm writing nonsense ❤️.

Changes from Jornet

PostgreSQL

  • I avoid UUID in favor of serial primary keys, because I'm not sure about UUID benefits (and plain INT are probably more performant anyway).
  • I try to use foreign keys in DB 🤷

Auth

Data "renames"

  • Admin is now User
    • AdminAccount -> UserId