Node JS with Knex JS Postgres

Knex JS with Node JS fro api development
https://github.com/tkssharma/nodejs-db-orm-world
https://www.youtube.com/playlist?list=PLIGDNOJWiL18aYxcuxbDheTFs4v2rosBf

Knex.js is a "batteries included" SQL query builder for PostgreSQL, CockroachDB, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use.
Knex js can be used to write api development, it provides interface to connect with database

In this playlist we will explore how we can use Knex js with Node JS for writing APIs
we can Build APIs with Knex JS and Express Node JS
we will talk about how to build SQL queries with Knex
How to Build Migration
How to add Migration/seeders
Migration Examples
Building APIs for shopping cart

Comments