|
1 | | -# [NodeJs & PostgreSQL Crud Application](https://github.com/dannibla/nodejs-postgresql-crud) |
| 1 | +# [NodeJs & PostgreSQL Crud Application](https://github.com/dannibla/nodejs-postgresql-crud) |
2 | 2 |
|
3 | 3 | Learn how to create a Simple Crud Application by Connecting PostgreSQL with NodeJs, While you are using PostgreSQL as database and NodeJs as backend, you need PostgreSQL database packages to connect with nodejs. There are various packages available but most popular and well documented is node-postgres [pg](https://node-postgres.com/). Let’s start.
|
4 | 4 |
|
@@ -62,4 +62,4 @@ CREATE TABLE customer
|
62 | 62 | Documented is available node-postgres(Doc) [pg](https://node-postgres.com/features/queries)
|
63 | 63 |
|
64 | 64 | ## Copyright and License
|
65 | | -Copyright 2019 NodeJs & PostgreSQL Crud Application, released under the MIT License. |
| 65 | +Copyright 2019 NodeJs & PostgreSQL Crud Application, released under the MIT License. |
0 commit comments