如何使用 Perl 将图像文件加载到 SQLite 中的 blob 中?
有人能给我一个关于如何将图像文件加载到 SQLite 中的 blob 中的 Perl 示例吗?
Could someone please give me a Perl example on how to load an image file into a blob in SQLite?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯...我不建议将图像存储在任何数据库中(我更喜欢将图像存储在文件系统中并将图像的路径存储在数据库中)但是...该场景在 DBD::SQLite 的文档中是正确的
Well ... I wouldn't recommend storing images in any database (I prefer to store images in the filesystem and the paths to the image in the db) but ... that scenario is right in the documentation for DBD::SQLite