-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
How about adding FileField? #100
Comments
Hi At the moment we haven't implemented
Note that this code wasn't tested by me at all, and it could really use some refactoring. I am providing it only to give you idea how it could be made and show most obvious pitfalls you could encounter. I think some time in future we would add |
I think the issue with |
How about just add a binary/blob field? Just so we can leverage the native types |
There is plans to introduce it as part of the #81 work. Although enough of that is implemented so that it would work as long as one doesn't filter on the binary content. So could do that sooner rather than later. |
hey guys, anyone planning to add FileField? |
Why is there no Field for file upload?
https://tortoise-orm.readthedocs.io/en/latest/fields.html
Such as FileField
What should I do if I need Fields to upload files now?
The text was updated successfully, but these errors were encountered: