edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
213 stars 26 forks source link

Fix `read_dsn` API #210

Closed tailhook closed 1 year ago

tailhook commented 1 year ago

It should not have SkipFields. One option would be to have API that differ between CLI and library. But that may not fix the issue.

tailhook commented 1 year ago

Fixed in #221