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}
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.