From 88cd3eefb5ca27b0a0c65ba7d0db5911c6028f68 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Wed, 8 Sep 2021 15:59:44 +0200 Subject: [PATCH] :alien: add postgres datetime functs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fdd17ed..7c5d486 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Path('.').absolute() * [Divide year into 26 fortnights labelled A-Z](https://futureofcoding.org/episodes/044#19) * Avoid [dark patterns](https://darkpatterns.org/types-of-dark-pattern.html) * Database / DataWarehouse + * PostgreSQL ([datetime functs](https://www.postgresql.org/docs/9.1/functions-datetime.html)) * Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/)) * Be aware of [feature casualties of large databases](https://web.dev/streams/) * [Data Science - Hierarchy of Needs](https://hackernoon.com/the-ai-hierarchy-of-needs-18f111fcc007)