2021年3月30日星期二

Storing binary files in SQL database

I basically wrote myself into a corner with an entire framework for branching dialogue boxes for rpgs. In order to store the dialogues in SQL it would take a massive rewrite of how branching gets handled. Is there anyway to store compiled blobs of code in a SQL database, and just call those blobs when C++ needs said class?

I've tried searching and everything I've found was along the lines of "don't do this. Use this method instead." Rewrite of handling branching dialogues would be a long term goal. This is more of a stop gap until then, so I have a SQL database up, and don't have to break everything in the process of implementing changes.

https://stackoverflow.com/questions/66880706/storing-binary-files-in-sql-database March 31, 2021 at 10:08AM

没有评论:

发表评论