sea-orm icon indicating copy to clipboard operation
sea-orm copied to clipboard

🐚 An async & dynamic ORM for Rust

Results 358 sea-orm issues
Sort by recently updated
recently updated
newest added

## PR Info Closes #765. ## Adds This PR adds the removal of all PostgreSQL types in the current schema when calling fresh on migrator. Unfortunately, it was not possible...

I do not think that this PR requires an issue, but if you prefer, I can create it ?

## Description I'm executing an `insert_many` operations where the iterator is the result of mapping/filtering. Sometimes, as a result of the mapping/filtering, the resulting iterator may be empty. In this...

Now, I want use dameng database, but sea-orm not support. And `sqlx` also not support dameng database. Does sea-orm open gen raw_sql trait, and connection databse trait. Then,I can solve...

### Discussed in https://github.com/SeaQL/sea-orm/discussions/604 Originally posted by **viktorbahr** March 12, 2022 ## Preface Since I'm relatively new to Rust, I'm not 100% sure if I'm missing something here. In case...

good first issue

Hello, I am wondering which directory can I find the files created by `cargo install sea-orm-cli`? Thanks

I added the `NameResolver` trait for better maintainability. I haven't touched columns and other parts that don't depend on module names yet, and I haven't deleted the getter code either....

## PR Info - Closes https://github.com/SeaQL/sea-orm/issues/841 ## Adds - [ ] Command line argument `--skip-primary-key-deserialization` to `sea-orm-cli` for the option to skip deserialization of primary keys with serde by adding...

## PR Info - Closes #827 ## Adds - [x] add `created_at` & `updated_at` attributes support when define model ## More Details In this implement, the timestamp column type should...

## PR Info - Closes #946 ## Adds - [x] Option `-u | --universal-time` to `sea-orm-cli migrate generate MIGRATION_NAME` command, for generating the filename with GMT+0:00.