Closed hstanford closed 7 years ago
Syntax:
Foo.select(sql.function('CUSTOM_FUNCTION)(Foo.baz)) SELECT CUSTOM_FUNCTION("foo"."baz") FROM "foo";
This allows users to extend node-sql's capabilities to whatever unsupported or custom functions they wish to use.
Really nice! Merging & pushing a new minor version right now...thanks!!
Published sql@0.78.0
sql@0.78.0
Fantastic thanks! Happy to contribute
Syntax:
This allows users to extend node-sql's capabilities to whatever unsupported or custom functions they wish to use.