Skip to content
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

ForeignKeys - Best Pratices #23

Open
MaxMorais opened this issue Aug 2, 2024 · 1 comment
Open

ForeignKeys - Best Pratices #23

MaxMorais opened this issue Aug 2, 2024 · 1 comment

Comments

@MaxMorais
Copy link

Hi @thp, first of all congratulations for that amazing piece of work!

I checked the code and it's perfectly suitable for my project, right now!

I was just wondering, did you have a thought about how to handle foreign keys?

@thp
Copy link
Owner

thp commented Sep 4, 2024

These are handled manually by the application for now. If you want to try something simple, patches are accepted, but do note that if you need to have fancy ORM-like features, SQLAlchemy or something similar might be the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants