HergBot / musqrat

A lightweight, strongly typed wrapper for using MySQL in Node.JS
0 stars 0 forks source link

#2 Added Join Fields to Where Query #3

Closed xHergz closed 3 years ago

xHergz commented 3 years ago

GitHub Issue

2

Description

Added the join schemas from the SelectStatement to be passed down so you can use them on any of the chained calls (i.e. where, groupBy, orderBy)

Testing