[Databases] Add support for creating/connecting to gcp databases/tables · Issue #190 · goblet/goblet · GitHub
More Web Proxy on the site http://driver.im/
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
As we build our goblet app it would be nice to have all app related infrastructure managed by goblet. It is common for an application to be backed by a database or if using a shared database, backed by its own table/tables. It would be cool to be able to define these in goblet and deploy/update.
It would be even nicer to be able to define schemas using sqlalchemy and have alembic migrations built into goblet as well.
The text was updated successfully, but these errors were encountered:
- addresses #190
- adds functionality to deploy VPC Connector and Redis Instance
- injects infrastructure environment configuration for different backends
- clean up configuration passthroughs for backend classes
- update deploy flags from `skip_function, only_function` to `skip_resources, skip_backend, skip_infra`
- add ability to write configuration values to local config file with `write_config` flag
- documentation updates
As we build our goblet app it would be nice to have all app related infrastructure managed by goblet. It is common for an application to be backed by a database or if using a shared database, backed by its own table/tables. It would be cool to be able to define these in goblet and deploy/update.
It would be even nicer to be able to define schemas using
sqlalchemy
and havealembic
migrations built into goblet as well.The text was updated successfully, but these errors were encountered: