You are browsing as a guest. Sign up (or log in) to start making projects!

1h 40m 25s logged

DEVLOG #3!!!!! DATABASES AND PRIVATE FILES YAYAYA!

kittybytes has an actual database now!!!! files can finally have metadata instead of just being thrown into a folder and forgotten about

what changed?

i used sqlite to store metadata about uploaded files, including:

  • the original filename
  • the generated file id
  • the stored filename
  • the file type and size
  • when it was uploaded
  • who uploaded it
  • whether the file is private
    (in the future i will add file descriptions, etc)
    files also have their own proper pages now instead of mounted a directory!!
/files/{file_id}
0
66

Comments 0

No comments yet. Be the first!