GitHub user Xuanwo added a comment to the discussion: Can't use
postgresql-service
Also, OpenDAL doesn't enable all services by default. Instead, it uses
`features` to select which services to use. So, you'll also need to make sure
that `pg` has been enabled, like this:
```rust
opendal = { version = "0.53.0", path = "../../core", features =
["services-postgresql"] }
```
And the last thing, opendal rust core (`core`) and `oli` are differnt projects.
> Make a copy of `ofs` directory, rename to `postgresql-opendal-try/`
Doesn't make sense to me.
GitHub link:
https://github.com/apache/opendal/discussions/5961#discussioncomment-12734365
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]