Hello.
Wondering how SC will deal with multiple users accessing mysql tables when deployed.
The tables are “InnoDB” in mysql so does SC support row locking?
Just don’t want users stepping on each others data when project is deployed.
How do I keep that from happening?
Thanks for any help.