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

Does sea-orm open extension, Custom gen raw_sql and connection database?

Open baoyachi opened this issue 3 years ago • 2 comments

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 the problem of SQL generation by myself:like sea-query crate. also open connection dabtase trait, I can use odbc-api solve database connection problem.

This is good idea to inprove sea-orm open ability. If your want, I can do this part.

What is my position?

  • Reuse the api of sea-orm, no perception database in the business layer
  • make sea-orm stronger scalability
  • I don't want fork sea-orm, because the fork code cannot be merged into the main line and cannot be supported later
  • I am optimistic about the sea-orm team, because I am also one of the contributors. Working together can go a long way

@billy1624 @tyt2y3

baoyachi avatar Aug 10 '22 11:08 baoyachi

Is this related?

  • https://github.com/SeaQL/sea-orm/issues/867

billy1624 avatar Aug 10 '22 11:08 billy1624

Is this related?

  • https://github.com/SeaQL/sea-orm/issues/867

yes

baoyachi avatar Aug 10 '22 11:08 baoyachi