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
This issue aims to provide a procedural way of testing the status of the datasources in the canyon.toml config file.
This will let the user check the correctness of it's datasources within its source code, before starting to query the specified databases. Also, we can provide a macro parameter in canyon_macros::canyon that will make this check even at compile time, refusing to compile the client's program if the datasources aren't able to reach the targeted database
The text was updated successfully, but these errors were encountered:
This issue aims to provide a procedural way of testing the status of the datasources in the
canyon.toml
config file.This will let the user check the correctness of it's datasources within its source code, before starting to query the specified databases. Also, we can provide a macro parameter in
canyon_macros::canyon
that will make this check even at compile time, refusing to compile the client's program if the datasources aren't able to reach the targeted databaseThe text was updated successfully, but these errors were encountered: