Using Oracle db26ai from Rust with the sibyl crate (2)
WARNING:
This article closely mirrors the one about Using Oracle from Rust with
oracle, as both are designed to be self-contained. You can read them either independently, sequentially, or use them to compare what they can offer to you.
In this article, I will use the sibyl crate to modify data, create and drop new tables and indexes, and perform a vector search from Rust code. I have already explained how to use it to make queries in different ways and how to easily set up an environment to work with it. If you want to read that first, I will wait for you here.





