-
### Summary
Here is roughly how the bug can be reproduced:
1. https://www.sea-ql.org/SeaORM/docs/migration/setting-up-migration/
2. Make a `entities` workspace.
3. Write a migration with a table t…
-
## Description
## Steps to Reproduce
i try to update a model by this code
```rust
let result = item // Model
.into_active_model()
.update(&conn)
.await
…
-
Hey @wyatt-herkamp, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
初始化时获取路由API失败:Query( "error returned from database: (code: 1) no such column: sys_menu.log_method",
-
Hey @UkonnRa, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
Hey @STBoyden @CollinJoseph @svmorris, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
## Motivation
Right now if we want to insert an unsigned integer to our Postgres database we have to add an `as i8/16/32/64`, and when fetching it we have to do `as u8/16/32/64`
When working with …
-
we probably want some ORM. the ones i see so far are:
* ormx - seems very lightweight, but also very easy to drop in. not that i have that much db code to worry about yet or anything.
* diesel - …
-
Hey @michidk, feel free to submit a PR to showcase your project!
- https://github.com/SeaQL/sea-orm/issues/403
-
## Motivation
Issue for self-assignment and tracking :)
Following [this discussion](https://github.com/SeaQL/sea-orm/pull/981#issuecomment-1236691534), we need to implement a trait that allows t…