nystudio107 / craft-connect

Allows you to connect to external databases and perform db queries
MIT License
16 stars 5 forks source link

Write do remote mysql #26

Closed wmdhosting closed 2 years ago

wmdhosting commented 2 years ago

Is there a way to add option to send data to remote mysql .. write directly to remote mysql .. as we allready use it to read data from. but need to send data too.. on button click

khalwat commented 2 years ago

I don't really understand the question... it allows you to connect to a remote db, and you can then send arbitrary queries, whether they be read or write.