Text identifiers in PostgreSQL database design

from blog boringSQL | Supercharge your SQL & PostgreSQL powers, | ↗ original
↗ original
Whether you are designing a standalone application or a microservice, you will inevitably encounter the topic of sharing identifiers. Whether it’s URLs of web pages, RESTful API resources, JSON documents, CSV exports, or something else, the identifier of specific resources will be exposed. /orders/123 /products/345/variants/1 While an identifier...