Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找出是否可以将 SQLAlchemy 与Hasura一起使用。如果是,那么数据库 URL 是什么?
是的你可以。
这些是您的数据库变量:
hasura secrets ls | grep postgres.password
您可以在源代码中硬编码 1、2,但我建议您secretKeyRef使用k8s.yaml.
secretKeyRef
k8s.yaml
详细文档在这里: https ://docs.hasura.io/0.15/manual/custom-microservices/connecting-to-postgres-from-microservice.html