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

Using Tortoise ORM for database example #1114

Merged
merged 2 commits into from
Jun 30, 2023
Merged

Using Tortoise ORM for database example #1114

merged 2 commits into from
Jun 30, 2023

Conversation

rodja
Copy link
Member

@rodja rodja commented Jun 30, 2023

This pull request enhances the database to use Tortoise ORM instead of raw sqlite commands. This makes it

  1. simpler to use
  2. provides async support (because database access is io-bound it should not be done on the main thread)

@rodja rodja added this to the 1.2.24 milestone Jun 30, 2023
@rodja rodja merged commit 4d559a4 into main Jun 30, 2023
0 of 5 checks passed
@rodja rodja deleted the tortoise-orm branch June 30, 2023 03:25
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

1 participant