39 releases

0.1.38 Jul 11, 2023
0.1.36 May 30, 2023
0.1.34 Nov 22, 2022
0.1.31 Jun 30, 2022
0.1.11 Jul 30, 2021

#94 in Date and time

Download history 3/week @ 2024-02-16 9/week @ 2024-02-23 1/week @ 2024-03-01 10/week @ 2024-03-08 1/week @ 2024-03-15 12/week @ 2024-03-22 208/week @ 2024-03-29

231 downloads per month

Apache-2.0

390KB
9K SLoC

sqldatetime

Apache-2.0 licensed Crate API

SQL date/time types written in Rust.

Feature Flags

  • serde: Enable serde-based serialization and deserialization. Not enabled by default.
  • oracle: Enable Oracle oriented datetime type OracleDate. Not enabled by default.

Rust Version

This version of sqldatetime requires Rust 1.57 or later.

License

This project is licensed under the Apache-2.0 license (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in sqldatetime by you, shall be licensed as Apache-2.0, without any additional terms or conditions.


lib.rs:

This crate provides SQL date/time types.

Feature Flags

  • serde: Enable serde-based serialization and deserialization. Not enabled by default.
  • oracle: Enable Oracle oriented datetime type: OracleDate. Not enabled by default.

Dependencies

~0–6MB