-
I've been thinking about implementing the So let me ask directly, are we actively encouraged to implement Once I know what the sqlx project intends for external crates to do, I'll be able to decide how to proceed. Thank you in advance for any advice you can give me regarding this! Footnotes
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I thought it was documented somewhere but I guess not.
In short, you're welcome to use hidden APIs, we just reserve the right to change them without notice so you should link to SQLx using a pinned version. |
Beta Was this translation helpful? Give feedback.
I thought it was documented somewhere but I guess not.
#[doc(hidden)]
APIs are not strictly forbidden, but they are considered sever-exempt. Our interpretation of what that means is discussed with the SQLite driver: https://docs.rs/sqlx/latest/sqlx/sqlite/index.htmlIn short, you're welcome to use hidden APIs, we just reserve the right to change them without notice so you should link to SQLx using a pinned version.