Using JSON in Postgres by example.
- Download and install: Docker Toolbox
- Open Docker Quickstart Terminal
- Start a new postgres container:
docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
const I = x => x | |
const K = x => y => x | |
const A = f => x => f (x) | |
const T = x => f => f (x) | |
const W = f => x => f (x) (x) | |
const C = f => y => x => f (x) (y) | |
const B = f => g => x => f (g (x)) | |
const S = f => g => x => f (x) (g (x)) | |
const S_ = f => g => x => f (g (x)) (x) | |
const S2 = f => g => h => x => f (g (x)) (h (x)) |
Using JSON in Postgres by example.
docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
์ด ์ฅ์์๋ ๊ฐ๋ฏธ ์์ด์ ์น์ผ๋ก ์ถ๋ ฅํด ๋ณด์. ๊ฐ๋ฏธ ์์ด์ 100 ๋ฒ์งธ ์ค์ ์๊ณ ์ถ์ผ๋ฉด http://ant-seq.com/100 ์์ ๋ณผ ์ ์๊ฒ. ๊ทธ๋ฌ๋ ์ค์ ๋ญ๊ฐ ์๋ก์ด ๊ฐ๋ ์ ํ๋ ์ดํด๋ณผ ๊ฒ์ด๋ค. ์ด ์ฅ์์ ์ดํด๋ณผ ๊ฐ๋ ์ ๋ฐ๋ก ๋ฆฌ์กํฐ๋ธ ์คํธ๋ฆผ์ด๋ค.
๋ ธ๋(Node)๋ฅผ ์ด์ฉํ์ฌ ๊ฐ๋ฏธ ์์ด์ ์ถ๋ ฅํ๋ ์๋ฒ๋ฅผ ๋ง๋ค์ด๋ณด์. "Hello World" ์์ ๋ฅผ ์กฐ๊ธ ๋ฐ๊ฟ์ ๋น ๋ฅด๊ฒ ๊ตฌํํด ๋ณด์.