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
Is your feature request related to a problem? Please describe.
The DATABASE_URL environment variable is standard in many environments for specifying how to connect to the database. It would be nice if sqls could use, reducing the need for manual configuration.
Describe the solution you'd like
Check for the environment variable, if it's there use it to connect to the database.
Describe alternatives you've considered
Manual configuration.
Additional context
I don't know how standardized the format is. Possibly you'd need to do more work to support multiple variations.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
DATABASE_URL
environment variable is standard in many environments for specifying how to connect to the database. It would be nice ifsqls
could use, reducing the need for manual configuration.Describe the solution you'd like
Check for the environment variable, if it's there use it to connect to the database.
Describe alternatives you've considered
Manual configuration.
Additional context
I don't know how standardized the format is. Possibly you'd need to do more work to support multiple variations.
The text was updated successfully, but these errors were encountered: