Is there anything I can do to Tempo to make using it with Pog more ergonomic? Would adding to_pog and from_pog functions to the Tempo library make sense? Should to_tuple and from_tuple functions be added for the date / time functions in Pog to make them easily usable with any other package? Should we just leave it alone and let users write their own middleware? I am open to any ideas. Relevant issue.
I honestly use SQLite mostly so Postgres date stuff is not something I am experienced with, but I know it is popular.
Is there anything I can do to Tempo to make using it with Pog more ergonomic? Would adding
to_pogandfrom_pogfunctions to the Tempo library make sense? Shouldto_tupleandfrom_tuplefunctions be added for the date / time functions in Pog to make them easily usable with any other package? Should we just leave it alone and let users write their own middleware? I am open to any ideas. Relevant issue.I honestly use SQLite mostly so Postgres date stuff is not something I am experienced with, but I know it is popular.