Can you elaborate? I’m deciding on what type of SQL to use for my lab and am thinking about MySQL. Should we reconsider?
Dr Cog
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Dr Cog@mander.xyzto Programming@programming.dev•Tabs are objectively better than spaces - gomakethings.com15·2 years ago“Error: syntax error on line 1”
…shit
Dr Cog@mander.xyzto Programming@programming.dev•LPT: ChatGPT is incredible for generating and evaluating regexEnglish7·2 years agoRegex isn’t difficult, just annoying to ensure it is bug-free. If ChatGPT can help, then I don’t know why you wouldn’t be in favor of it
I’m the director of technology for a neurology lab, where we collect patient health record data in a variety of disparate machines and modalities (e.g., MRI, EEG, physical functioning, retinal scans, etc.). We’ve been using the open-source database software REDCap (basically a wrapper for MySQL that enables easy GUI-based data entry), but we are reaching the limits of what it can handle and need something that can scale with our growing database.
I have little experience in database management myself, but I am a competent programmer and feel comfortable learning whatever is needed (famous last words, I know).