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

Fix orm #8

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Fix orm #8

merged 2 commits into from
Aug 20, 2024

Conversation

Termina1
Copy link
Contributor

No description provided.

Having global ORM object is counter-intuitive, because then we only can access data that were created before ORM instantiated. But it makes sense to have it as a session object. This ways we for example can do easily bulk operations
@Termina1 Termina1 merged commit f848225 into main Aug 20, 2024
4 checks passed
@Termina1 Termina1 deleted the fix-orm branch August 20, 2024 17:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants