Learn Node-SQLite
Learn how to interact with a SQL database from within your JavaScript programs!
About this course
This course lays the groundwork for developing fully integrated web applications, connecting your servers to your databases. With communication between a back-end database and user-facing software, you will be well on your way to writing well-designed software for immediate publication on the internet.
Take-Away Skills:
In this course, you’ll learn how to integrate SQL into your JavaScript. Doing so will separate the concerns of database administration from those of application programming.
This delineation of responsibilities will allow you to use both languages for what they’re best at. We will learn how to perform fundamental SQL tasks—creating, reading, updating, and deleting—all within a JavaScript application.
Note on Prerequisites:
Before you begin Learn Node-SQlite, we recommend that you are comfortable with beginning and intermediate JavaScript, including:
Introduction to Javascript
Control Flow
Functions
Iterators
Modules
You should also be comfortable with Table Manipulation from Learn SQL.
There are no reviews yet.