-
Hello, I am wondering which directory can I find the files created by `cargo install sea-orm-cli`? Thanks
-
Hey @zoedberg @nicbus, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
First of all: THANKS FOR YOUR PROJECT! I'm learning a lot from it! THANKS!!!
A small question (I'm very new to Rust):
Given the code:
```rust
pub struct Context {
pub config: &'static C…
-
For example, https://crates.io/crates/openssl-src has `110.0.0` and `110.0.0+1.1.0f`, which are semver-equivalent since build metadata doesn't affect the actual version. It seems like this probably sh…
-
I went to build SeaORM as a dependency in a fresh crate with the following in my `Cargo.toml`:
```toml
[dependencies]
sea-orm = { version = "0.9.3", features = ["runtime-tokio-native-tls", "sqlx-…
-
Hey @FistedByDionysus, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
## Description
Using paginate with a custom query causes inconsistent results. The paginate method will prepend an erroneous SELECT statement that makes it impossible to use in conjunction with reg…
-
The trait `sqlx::Type` is not object safe, as it does not take `&self` in it's two methods `fn type_info() -> TypeInfo` and `fn compatible(ty: TypeInfo) -> bool`.
This is a major issue in a project…
-
## Description
The documentation [here](https://www.sea-ql.org/SeaORM/docs/relation/one-to-many) indicates that it's not necessary to manually implement the `Related` trait if you're using the `Der…
-
### Discussed in https://github.com/SeaQL/sea-orm/discussions/893
Originally posted by **001wwang** July 19, 2022
Hello! We're currently encountering the following error while performing sever…