question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to do Automatic normalisation for REST API mySQL table id?

See original GitHub issue

Redux DevTools State Raw Export

{
    "requests": {
        "queries": {
            "[Conversations] FETCH":{
                "data":{
                    "meta":{
                        "status":true,
                        "authentication":true,
                        "message":{
                        "type":"success",
                        "body":null
                        }
                    },
                    "pagination":{
                        "limit":25,
                        "current":1,
                        "total":3,
                        "count":3,
                        "more":false,
                        "prev":null,
                        "next":null
                    },
                    "results":[
                        "@@39553",
                        "@@37410",
                        "@@42514"
                    ]
                }
            }
        }
    }
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
klis87commented, Nov 3, 2020

@favger cool!

btw you could probably refactor updateConversation now, the main point of normalisation is to have automatic mutations! for instance you can use meta.optimisticData and so on

1reaction
favgercommented, Nov 3, 2020

edone

Read more comments on GitHub >

github_iconTop Results From Across the Web

Normalization in SQL | 1NF, 2NF, 3NF and BCNF in Database
This article on Normalization in SQL will help you to learn how to reduce the redundancy of data and decrease the anomalies of...
Read more >
MySQL 8.0 Reference Manual :: 5.1.8 Server System Variables
Each system variable has a default value. System variables can be set at server startup using options on the command line or in...
Read more >
Create REST API for create, external database generates ID
Hello, I'm developing an API that should create a 'Commission' record and insert it into the table. However, the primary key "CommissionID" ...
Read more >
Normalization Data Services
The Normalization Data Services plugin stores data in two tables. The Normalized Company Names table contains the list of normalized company ...
Read more >
How to build a Rest API with Spring Boot using MySQL and JPA
API.model; import javax.persistence.*; import javax.validation.constraints.NotBlank; @Entity @Table(name = "books") public class Book { @Id ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found