Data API builder first drive: a basic Jamstack application

Ғылым және технология

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.

Пікірлер: 1

  • @user-ks7ex9mp7i
    @user-ks7ex9mp7i9 ай бұрын

    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.

Келесі