rds-data
rds-data copied to clipboard
A decorator for the AWS Data API for Aurora Serverless. It decorates and abstracts the Amazon SDK's implementation to make it feel more like a traditional MySQL wrapper than an HTTP based web service....
I've been hitting a **lot** of `Missing type: X` column errors (where X is `uuid`, `int4`, `text`, and custom enum). It looks like I could just add each DB type...
I am running into an issue that makes it hard to use nullable types. For instance, a table could have an auto-generated ID (UUID or sequential number) and I'd try...
cannot set null; getting `isNull: null` instead of required `isNull: true`