Metadata-Version: 2.1
Name: cdk-cloudformation-generic-database-schema
Version: 1.0.0a1
Summary: Uses the Aurora Data API to execute SQL and enforce a schema within a database cluster. Currently only supports Aurora Postgres.
Home-page: https://github.com/iann0036/cfn-types/tree/master/generic-database-schema
Author: Amazon Web Services
License: Apache-2.0
Project-URL: Source, https://github.com/cdklabs/cdk-cloudformation.git
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aws-cdk.core (<2.0.0,>=1.131.0)
Requires-Dist: constructs (<4.0.0,>=3.3.161)
Requires-Dist: jsii (<2.0.0,>=1.42.0)
Requires-Dist: publication (>=0.0.3)

# AWS CDK CloudFormation Constructs for Generic::Database::Schema

Uses the Aurora Data API to execute SQL and enforce a schema within a database cluster. Currently only supports Aurora Postgres.

## References

* [Source](https://github.com/iann0036/cfn-types/tree/master/generic-database-schema)

## License

Distributed under the Apache-2.0 License.


