mattbishop / sql-jsonpath-js

JS implementation of the SQL/JSONPath dialect, from SQL2016.
MIT License
0 stars 0 forks source link

parse `.datetime("template")` #21

Closed mattbishop closed 1 year ago

mattbishop commented 2 years ago

The spec allows the datetime() function to take template strings as a parameter. The template definition is not specified, so one will have to be provided for the runtime.

Options:

Postgres parse patterns

mattbishop commented 1 year ago

Implemented with Luxon, but with Luxon patterns.