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

Sequelize should support BLOB data type #99

Closed
tilomitra opened this issue Oct 2, 2011 · 7 comments
Closed

Sequelize should support BLOB data type #99

tilomitra opened this issue Oct 2, 2011 · 7 comments
Labels
type: feature For issues and PRs. For new features. Never breaking changes.
Milestone

Comments

@tilomitra
Copy link

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.

@mikermcneil
Copy link

+1

2 similar comments
@eveiga
Copy link
Contributor

eveiga commented Oct 11, 2012

+1

@yutin1987
Copy link

+1

@tlperkins
Copy link

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.

@seongyooncho
Copy link

+1

@sdepold
Copy link
Member

sdepold commented Mar 3, 2013

will add it to the roadmap for the next version

@tslater
Copy link

tslater commented Oct 27, 2014

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
Labels
type: feature For issues and PRs. For new features. Never breaking changes.
Projects
None yet
Development

No branches or pull requests

8 participants