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
I would even go further and separate out the query forming and query execution aspect.
This way we could use async DB drivers, since JDBC is not scaling well.
A bootstrap function could provide functions that either deliver actual results or futures, depending on the DB drivers used.
Can the database be passed as an argument to the models, or does Toucan only support the database connection as a global var?
The text was updated successfully, but these errors were encountered: