-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Unify case-transform using the same crate #264
Conversation
billy1624
commented
Oct 21, 2021
- Resolve Different case-trasform systems used results in different naming #262
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great
|
||
#[async_std::main] | ||
pub async fn main() { | ||
let db = Database::connect("mysql://sea:sea@localhost/bakery") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can get away with a mock. It makes compilation much faster
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure we can
43e2a2d
to
94a0311
Compare
d6d5dee
to
d10a52c
Compare
Well, this is a far too magical DSL |
Indeed :P |