Knock and Open Source

Knock.com is built with Open Source Software (OSS). It permeates our technology stack from the interactive website all…


TIL — Postgres user-defined data types with DOMAINs

We can create a user-defined data type with constraints using DOMAIN. We will use citext here, so the email field is case-insensitive.

-- Install citext extension
CREATE EXTENSION IF NOT EXISTS "citext";

-- Create…
Knock Engineering
Knock Engineering
All things Knock engineering & data science.
More information
Followers
29
Elsewhere