Learn Node-SQLite

0
Join & Subscribe
Codecademy
Free Trial Available
English
Certificate Available
1 hour of material
selfpaced

Overview

Learn how to interact with a SQL database from within your JavaScript programs!

### Why Learn to Connect JavaScript Apps with a SQL database?

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.



Syllabus

  • Learn Node-SQLite: Learn how to interact with a SQL database from within your JavaScript programs in this course on the 'node-sqlite3' package.
    • Learn Node SQLite
    • Code Challenges
    • Node-Sqlite Quiz