The database is a kind of "public interface", where the data from the sheet is republished in a readily accessible json format. It can be imported by anyone for their own needs.
To import the database on your website, use this in a javascript file:
const bundle = JSON.parse(Get("https://linku.la/jasima/data.json"))
Note that any changes made in the sheet will be automatically propagated to the database!