diesel-oci

Crates.iodiesel-oci
lib.rsdiesel-oci
version0.3.0
sourcesrc
created_at2022-12-14 15:22:38.792866
updated_at2024-05-31 08:57:51.181348
descriptionA oci database adapter for diesel
homepage
repositoryhttps://github.com/GiGainfosystems/diesel-oci/
max_upload_size
id736652
size189,152
CrateOwner (github:gigainfosystems:crateowner)

documentation

https://docs.rs/diesel-oci

README

Diesel-oci

A Oracle SQL database backend implementation for Diesel.

Status:

  • Builds with Diesel 2.0.0.
  • Support for DML statements (SELECT, INSERT, UPDATE, DELETE).
  • Support for Diesel sql_types: Bool, SmallInt, Integer, Bigint, Float, Double, Date, Time, Timestamp.
  • Support for diesel-dynamic-schema and diesel-migrations

Code of conduct

Anyone who interacts with Diesel in any space, including but not limited to this GitHub repository, must follow our code of conduct.

License

Licensed under either of these:

Contributing

Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.

Commit count: 355

cargo fmt