You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is possible to pass an asynchronous connection to pl.read_database, the action performed will be blocking. It would be great if we could actually async reads. That way a DB or multiple DBs could work on multiple queries at the same time.
Description
While it is possible to pass an asynchronous connection to
pl.read_database
, the action performed will be blocking. It would be great if we could actually async reads. That way a DB or multiple DBs could work on multiple queries at the same time.Here is an example of what I mean:
The text was updated successfully, but these errors were encountered: