-
-
Notifications
You must be signed in to change notification settings - Fork 524
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to get real sql before exec #145
Comments
If you want to globally print every SQL statement, we have this feature but we haven't have written docs yet. There are two ways
See #114 |
Hi @baoyachi, welcome! Does this help? https://www.sea-ql.org/SeaORM/docs/basic-crud/raw-sql#get-raw-sql-query |
Yeah,but I don't what cake means in |
It's the name of an entity. |
Some suggestion: the doc may be reference some examples link be better. |
So... you question got answered? |
Done |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Like 'diesel',the crate support method debug sql with method:debug_query before exec .
Does sea-orm support? It's very useful function with debug.
The text was updated successfully, but these errors were encountered: