hi. i’m kinda new here. can i have the example for connecting fuse with mysql database and about the datetime picker, still can’t do that?
Hey!
Fuse doesn’t have a date-picker control out of the box just yet, but there is a community package which you can use: https://github.com/nekronos/FuseNativeControls
I don’t think i’ve seen anything about using MySql locally, but there is a community package for SQLite at least: https://github.com/bolav/fuse-sqlite
If you want to connect to a server using MySql, you usually do that using fetch
, which you can read about here: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
I hope this points you in the right direction
i’ll use what u tell me. thank you for your help
great! Happy to help