Open dnicolodi opened 5 months ago
I gave this some thought in the past: these could be part of the table specification, e.g., ```
SELECT date, narration FROM beancount(/path/to/filename)
with options, e.g.
SELECT date, narration FROM beancount(/path/to/filename, open=2021-01-01, close=2022-01-01)
Quoting from
TODO.md
:I'm not so bothered by the syntax, but it is a very Beancount centric extension of the SQL syntax that maybe could be expressed in a nicer way without leaking the domain specific issue into the general purpose query language. However, no better syntax comes to mind.