-
-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, nostr-mls-sqlite-storage uses rusqlite.
But rusqlite is not compatible with async runtimes.
This might cause performance and ergonomic issues in the application development.
In whitenoise-flutter crate it's impossible to pass around Account
object references across futures.
In many instances blocking operations are forced right now.
Use sqlx instead, this will improve the performance and ergonomics of the downstream apps.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request