[Tutorial] Top 5 Ways to Query Your Relational Database in JavaScript [Part 2]by@MichaelB
458 reads

[Tutorial] Top 5 Ways to Query Your Relational Database in JavaScript [Part 2]

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

In this tutorial, we'll examine a few libraries which add layers of abstraction that let you read and manipulate database data in a more "JavaScript-like" way. The first library we'll talk about is Knex. Knex abstracts SQL to a certain extent, but not very far. We still need to understand the underlying SQL, but we can write it in more JavaScript-like syntax. The purpose of the rest of the database libraries we're going to consider is to let you treat the data in your database more like the JavaScript objects in your application.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - [Tutorial] Top 5 Ways to Query Your Relational Database in JavaScript [Part 2]
Michael HackerNoon profile picture

@MichaelB

Michael


Receive Stories from @MichaelB

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!