We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ftl package's db getter defines the type (ftl.PostgresDatabase(name string)) but the schema would not hold the type.
ftl.PostgresDatabase(name string)
This is a problem because we do not know what type of db to initialize when go-runtime is reading in DSNs (which is currently a work in progress).
The text was updated successfully, but these errors were encountered:
Dupe of #1306
Sorry, something went wrong.
No branches or pull requests
ftl package's db getter defines the type (
ftl.PostgresDatabase(name string)
) but the schema would not hold the type.This is a problem because we do not know what type of db to initialize when go-runtime is reading in DSNs (which is currently a work in progress).
The text was updated successfully, but these errors were encountered: