Knex JS with Node JS

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 can be used as an SQL query builder in both Node.JS and the browser, limited to WebSQL's constraints (

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