Connect database from MySQL

I s it possible to connect your database from MySQL to your Wix site?

At the moment, you can’t connect an external db directly to your site.
Your options are to import the data from MySQL to Wix collection or to expose an api on your MySQL db and use fetch() from Wix code to get and use the data.

Is there a way to write on a database from wix database?

SO if i expose the API on my end, i can connect directly to my SQL database to my Wix website correct?

@sfreeman1920 yes.
Another option is to use the external db feature: https://support.wix.com/en/article/corvid-working-with-external-database-collections

@ohad-laufer Thanks. Question - as data gets updated in my sql database will it update inside wix - automatically?

For accessing an external database, refer to the following: