Variable emptyConst

empty: Sql = ...

Convenience value for an empty Sql instance.

Shortcut for raw('').

note that raw('') != empty and sql != empty due to object references, so it is often better to just use this whenever you are dealing with an empty Sql value

Generated using TypeDoc