UNPKG

cdk-rds-sql

Version:

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.

7 lines (6 loc) 295 B
declare const alphabetByEncoding: Record<string, number>; declare const alphabetByValue: Array<string>; declare const bitsPerLetter = 6; declare const bitsPerByte = 8; declare const maxLetterValue = 63; export { alphabetByEncoding, alphabetByValue, bitsPerLetter, bitsPerByte, maxLetterValue };