Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileField support? #21

Open
jerch opened this issue Nov 23, 2023 · 0 comments
Open

FileField support? #21

jerch opened this issue Nov 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jerch
Copy link
Contributor

jerch commented Nov 23, 2023

Django's FileFields are very special under the hood. I wonder if we should implement support for them to some degree, esp. around the file contents (the db part should already work).

Basic problem around filefields is the fact, that they are not solely db-driven anymore, thus we'd need a sidepath to handle the file content somehow. The file content stuff looks a bit like a SEP (someone else's problem) to me, as the lib is mainly about fast turning of db entries. Still from dev-user's viewpoint it might come handy to be able to do batch manipulations on file contents as well.

But before investigating in such a direction - is fast updating file content of filefields an issue at all? Or is this rather such a rare edge case we should not bother with at all? Plz vote or comment below, whether there is any practical use for that or if thats a bad idea from a "separation of concerns" viewpoint for this lib.

@jerch jerch added the enhancement New feature or request label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant