baoyachi

Results 51 issues of baoyachi

## Description ## Steps to Reproduce 1. When I use sea-orm-cli generate entity: not auto generate Cargo.toml file. * exec cmd ```bash ~ sea-orm-cli generate entity \ -o entity/src \...

good first issue

code link:https://github.com/SeaQL/sea-orm/blob/fff738a706d8097bb2b92d7a1fad3b67c2cde653/sea-orm-cli/src/commands.rs#L232 Now: Suggestion:

good first issue

https://github.com/cross-rs/cross

enhancement

use [TokenStream](https://doc.rust-lang.org/stable/proc_macro/struct.TokenStream.html) Version planning 0.10.x

enhancement

I need to know the history input and when. Can this be customized ? E.g: ```bash ~ history 2022-02-07 15:06:03.26 [ls] 2022-02-07 15:06:03.27 [pwd] 2022-02-07 15:06:03.30 [ls -al |grep 'hello']...

enhancement
A-History

E.g: how to get config table `Description` ```bash Table "public.basic_config" Column | Type | Collation | Nullable | Default | Storage | Compression | Stats target | Description -------------+--------------------------+-----------+----------+------------------------------------------+----------+-------------+--------------+--------------------- id...

* https://docs.rs/odbc-api/latest/odbc_api/enum.DataType.html * https://docs.rs/odbc-api/latest/odbc_api/buffers/enum.BufferKind.html

Is it possible to receive sqlx's Row object directly through the object for conversion without intervening serde_json::Value. At present, serde_json::Value is an intermediate state, and the performance of sea-orm will...