Skip to content

Implement shorthand methods lit() and raw() #275

@elhigu

Description

@elhigu

raw() would be same kind of lazily evaluated wrapper for raw that is done for ref() so that one doesn't have to dig it from knex instance.

lit() would be used to be able to give for example javascript array to different array format {1,2,3} vs. (1,2,3) etc. and to be able to cast literal explicitly like ref() allows for field expressions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions