-
Notifications
You must be signed in to change notification settings - Fork 14
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
cli "reflect" command #31
base: master
Are you sure you want to change the base?
Conversation
Wow! This is super cool. I previously was using a very similar workflow using ChatGPT when I was migrating a django app from Python to Rust in my last professional role. Can I email you about the work you're doing? Very curious to hear what and how you're using this. (My email is in my profile if you're not comfortable sharing publicly.) |
Fixing hub test.
this would be so sick! this already an instant favorite crate and its not even done |
This PR contains a first working implementation of
Model
s struct code-generation by using live database reflection.Caveats:
KVec
implementation for one-to-many relations (not yet in repo);postgresql
-only for now;TODO
comment inreflect.rs
);KVec
will be in repo (I'll open a dedicated PR);