is not current version
Last Version 1.0.0-alpha.5

io.github.cdklabs.cdk_cloudformation:generic-database-schema 1.0.0-alpha.2

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

Categories

Categories

Data ORM
GroupId

GroupId

io.github.cdklabs.cdk_cloudformation
ArtifactId

ArtifactId

generic-database-schema
Version

Version

1.0.0-alpha.2
Type

Type

jar

Download generic-database-schema 1.0.0-alpha.2


<!-- https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/generic-database-schema/ -->
<dependency>
    <groupId>io.github.cdklabs.cdk_cloudformation</groupId>
    <artifactId>generic-database-schema</artifactId>
    <version>1.0.0-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/generic-database-schema/
implementation 'io.github.cdklabs.cdk_cloudformation:generic-database-schema:1.0.0-alpha.2'
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/generic-database-schema/
implementation ("io.github.cdklabs.cdk_cloudformation:generic-database-schema:1.0.0-alpha.2")
'io.github.cdklabs.cdk_cloudformation:generic-database-schema:jar:1.0.0-alpha.2'
<dependency org="io.github.cdklabs.cdk_cloudformation" name="generic-database-schema" rev="1.0.0-alpha.2">
  <artifact name="generic-database-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs.cdk_cloudformation', module='generic-database-schema', version='1.0.0-alpha.2')
)
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "generic-database-schema" % "1.0.0-alpha.2"
[io.github.cdklabs.cdk_cloudformation/generic-database-schema "1.0.0-alpha.2"]