Daily Shaarli

All links of one day in a single page.

October 24, 2018

Everything I Knew About Reading Was Wrong – Hacker Noon
thumbnail
Marp - Markdown Presentation Writer
thumbnail
How to contribute to a Go open source git repo
constraints - SQL: how to enforce that only a single column is set in a group of columns - Stack Overflow
thumbnail
Code for Postgres:
ALTER TABLE users ADD CONSTRAINT enforce_single_not_null_column CHECK(
    (CAST(parent_id IS NOT NULL AS int) +
     CAST(teacher_id IS NOT NULL AS int)) <= 1)