tiberius
tiberius copied to clipboard
Add support for the jiff crate
Pretty much title.
Can we add support for the jiff crate as an alternative to chrono and/or time?
I can try to fork the repository and do try to do it myself, I have however no test database to run tests on.
How can I be helpful?
Does implementing such support boil down to creating a src/tds/time/jiff.rs akin to the chrono.rs and time.rs implementations?
@mfwre If you need a database to test with, testcontainers has sqlserver support. Here is an example for rsql: https://github.com/theseus-rs/rsql/blob/main/drivers/sqlserver/tests/sqlserver.rs