Default Database SQLite

Hi everyone,
I just want to learn is it possible to reach the default database sqllite without using any API and change it?And can i learn how sqllite works behind the grafana? Additionally, does grafana hashs the dashboards when created or not?
Lastly, is it possible to run insert-update-delete commands for sqlite to add or delete grafana dashboards?

Can you help me as soon as possible?

Regards,

If you have access to the grafana instance you can connect using the cli or DB browser for sqlite.

See code and/or use the cli/db browser for sqlite to explore tables and columns

In theory yes, but probably easier to do this thru the api. Highly recommended to use the api since there are validation executed in case you do something unsupported.

Marcus