njord-rs / njord

A versatile, feature-rich Rust ORM ⛵
https://njord.rs
BSD 3-Clause "New" or "Revised" License
409 stars 21 forks source link

add raw_execute to oracle #204

Closed chaseWillden closed 3 days ago

chaseWillden commented 3 days ago

Add ability to execute a raw sql select statement to oracle.

Implementing this, I realized that there needs to be a separation of select raw sql and everything else because select raw sql will need to to map it to an actual object, where the others won't