- Course
Data Access in Node.js Using Knex
An introduction to working with relational databases in Node.js using the Knex library.
- Course
Data Access in Node.js Using Knex
An introduction to working with relational databases in Node.js using the Knex library.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
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.