Brian Cline

Full Stack Developer & Technology Leader Living in Niagara Falls

  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: Database

nodeJS Logo

Connecting to MySQL from Node.js

June 2, 2020Brian ClineJavaScript, ProgrammingDatabase, NodeJS, ORM

For the most part, it seems to be that NodeSQL databases are the defacto standard with Node and JavaScript developers. Using MySQL is still an option and can make a lot of sense if the project already has an existing database.

Introduction to the Knex.js Database Module

May 29, 2018Brian ClineJavaScript, ProgrammingDatabase, DevOps, javascript, Knex, MySQL, NodeJS

Knex is a JavaScript / Node.js library that is designed to make working with relational databases easier. Knex.js is a SQL query builder.

It has the potential to make tdd and database versioning much easier.