dineshbalaji / helloword

just test application
0 stars 0 forks source link

Try Todo APP!! #7

Open dineshbalaji opened 6 years ago

dineshbalaji commented 6 years ago

complete tutorial for Express and PostgreSQL connection

https://mherman.org/blog/2015/02/12/postgresql-and-nodejs/

Document for pg (https://node-postgres.com)

dineshbalaji commented 6 years ago

Understand, important of connection pool.

Connection pool - maintain cache of database connection for reuse and performance improve.

wiki

docs

stackoverflow

dineshbalaji commented 6 years ago

TODO: create SP with SQL transaction

dineshbalaji commented 6 years ago

Learning SQL transaction is part of SQL Adventure project. move to open item stack for feature experiment.