News

swe-8-4-knex-sql Welcome to the world of SQL! With this assignment you'll step through some of the basic queries, some more complex ones, and finally, a few dynamic examples. But this isn't just plain ...
In this assignment, we're using a package called knex (sounds like "connects"). Knex is a tool that let's us connect a JavaScript file to a database, and execute SQL queries. In order for Knex to ...