Data API builder first drive: a basic Jamstack application

preview_player
Показать описание
Now that you know that Data API builder can turn a database into an API for you, it's time to use the created APIs to create a Jamstack architecture! Let's see how we can publish the data sitting in our database in a web client, setting the foundation for a real-world scenario. I'll be using vanilla JavaScript, but you could use any frontend framework.
Рекомендации по теме
Комментарии
Автор

I have a table with primary key as guid / unique identifier.
{
"LocationId": "string", // this is the primary key
"LocationName": "string",
"LocationAddress": "string"
}

Location id is the primary key. I want to exclude it during the post operation. how to do it.

BaskarKannappan
welcome to shbcf.ru