py-data-api
py-data-api copied to clipboard
A user-friendly client for AWS Aurora Serverless's Data API
**Is your feature request related to a problem? Please describe.** Need write access to this repo so I can push the branch and create the PR **Describe the solution you'd...
**Describe the bug** Not able to get 2d array column values from RDS using py-data-api **To Reproduce** step 1: create the table in RDS aurora, CREATE TABLE person( pkey int,...
We should support `JSONB` for PostgreSQL ## Related issues https://github.com/koxudaxi/py-data-api/issues/68
As the SQLAlchemy docs state SQLAlchemy < 1.4 is legacy (see [here](https://docs.sqlalchemy.org/en/13/)), it would be awesome to have 1.4 support.
**Is your feature request related to a problem? Please describe.** SQL Alchemy allows users to grab the URI of the sql engine (sql_engine.url) for example. Some packages require the URI...
We want pydataapi as published lambda layers. Also, CI should publish it. ## Motivation The package usually is used on aws lambda. However, there is a limitation on package size....
This issue is created to research and the size of dependency packages. @Rubyj said these packages waste a lof of size. The problem may touch the problem to over 50MB...