-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Sequelize should support BLOB data type #99
Labels
type: feature
For issues and PRs. For new features. Never breaking changes.
Milestone
Comments
+1 |
2 similar comments
+1 |
+1 |
So you can base64 encode the data, but that increases the size of the data on disk by 33%. The reason why I want to use a blob is so that I can actually compress the data and increase IO throughput across the board. Implementing a FriendFeed style solution right now. |
+1 |
will add it to the roadmap for the next version |
Can you find on a blob type? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would be really useful! For the time being, sdepold's suggestion is to use the text column and manually convert the data. A BLOB would be a nice-to-have though.
The text was updated successfully, but these errors were encountered: