
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
mysql_blob_streaming
Advanced tools
A blob streaming extension for the native Ruby-MySQL2 adaptor.
It provides the class MysqlBlobStreaming
, which gives the mysql2 adaptor the ability
of streaming blobs right out of the MySQL database.
(c) 2008-2012 Infopark AG. See MIT-LICENSE for licensing details.
require 'mysql_blob_streaming'
require 'mysql2'
client = Mysql2::Client.new(...)
query = "SELECT data FROM table_name WHERE id = '23'"
buffer_size = 1024000 # number of bytes per chunk
MysqlBlobStreaming.stream(client, query, buffer_size) do |chunk|
# do something with the chunk e.g. write it to file.
end
gem build mysql_blob_streaming.gemspec
Install it like any other Gem:
gem install mysql_blob_streaming-X.X.X.gem
Run it with root privileges if needed.
rake
FAQs
Unknown package
We found that mysql_blob_streaming demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.