nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
861 stars 43 forks source link

SQL Database Support #608

Open jyecusch opened 2 months ago

jyecusch commented 2 months ago

Enable nitric applications to define a 'database' resource, which will be deployed/imported and configured like other nitric cloud resources. Given database abstraction is a problem with many existing solutions (SQL, ORMs, etc.) nitric will not provide an abstraction over the underlying resource (unlike with other nitric resources). Instead, the resource will provide connection details at runtime.

tjholm commented 1 month ago

Initial AWS RDS support here: https://github.com/nitrictech/nitric/pull/613