7 lines
326 B
Markdown
7 lines
326 B
Markdown
# NodeJS + Postgres Demo
|
||
|
||
Simple Node.js CRUD app that writes to `nubes_test_table` and renders a small HTML UI.
|
||
If the input is empty, it inserts "Node did it".
|
||
|
||
Примечание: таблица создается автоматически, а дубликаты подряд отсекаются по таймауту.
|