Support Board
Date/Time: Thu, 03 Jul 2025 11:18:17 +0000
Post From: Execution architecture questions
[2021-02-21 07:51:29] |
Flipper_2 - Posts: 57 |
If you are using something like mysql you wouldn't use any approach you have listed in the first post. You would just use the C++ api as Studies are coded in C+, https://dev.mysql.com/doc/connector-cpp/8.0/en/connector-cpp-introduction.html With that said what is writing to mysql? and is it actually needed to be save to a database or would a flat file structure be easier? Is it on the local machine or remote server? because the mere mention of mysql brings on cold sweats. |