如何使用 javascript 在 Directus 集合上编辑、添加、检索和更新信息?

How to edit, add, retrieve and update info with javascript on Directus collection?

我目前正在开发一款充当排行榜的应用程序。它现在检索信息并将其显示在 table 中。我想知道如何使用 HTML 输入和 Javascript.

实时添加和更新 directus 数据库

使用 The Directus Javascript SDK @ https://v8.docs.directus.io/guides/js-sdk.html#reference 编辑、添加、检索和更新集合。