Course
Skills Expanded
Data Access in Node.js Using Knex
An introduction to working with relational databases in Node.js using the Knex library.
What you'll learn
This course introduces JavaScript developers to the Knex data access library, which allows you to easily write code targeting popular databases such as SQLite, MySQL, MariaDB, PostgreSQL, and Oracle using a fluent syntax similar to jQuery. This course will show how to add Knex to a Node project, configure it, and write real-world queries to address common application needs. It will also show how to use Knex to perform data migrations of database schema and seed databases with data.
Table of contents
Introduction
38mins
Building Queries
45mins
Schema Building, Migrations, and Seeding
29mins
Real-world Data Access
40mins