A backend implementation for diesel for oracle sql database. This crate is currently functional and only a proof of concept.
- Builds with diesel 1.3.2
- Able to execute simplest queries (
SELECT * from table;
)
- Check
FromSql
/ToSql
- Fix generated sql
- Port/use diesels test suite
- Make everything work
- Publish to crates.io
Anyone who interacts with Diesel in any space, including but not limited to this GitHub repository, must follow our code of conduct.
Licensed under either of these:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.