Wednesday, 7 March 2018

Where to start with Postgres?

Hi, I'm new to Node, and web development in general. I want to add a persistence layer to one of my portfolio apps, and Postgres seems to be a popular choice.If you were building a small app, but wanted to learn Postgres, where would you start? I've seen all sorts of different approaches: Knex.js, pg-promise, ORMs like Objective.js.Is it best to write raw SQL before using one of the above? Or would it make sense to dive in with Knex or the like?

Submitted March 07, 2018 at 09:06PM by to-too-two

No comments:

Post a Comment