From ngn-core created by coreybutler : ngnjs/ngn-core#11
SQL has a ton of useful functions that don't exist in JS. These (which don't already exist) would be good candidates for a helper library.
Functions like lag and lead make sense for data store queries.
From ngn-core created by coreybutler : ngnjs/ngn-core#11
SQL has a ton of useful functions that don't exist in JS. These (which don't already exist) would be good candidates for a helper library.
Functions like
lagandleadmake sense for data store queries.