passren / PyDynamoDB

PyDynamoDB is a Python DB API 2.0 (PEP 249) client for Amazon DynamoDB. A SQLAlchemy dialect is offered as well. Superset official database driver.
Other
17 stars 3 forks source link

Bump version to v0.4.8 #31

Closed passren closed 1 year ago

passren commented 1 year ago

Keep all double quotes in column name to support reserved words.

Refer to Issue #28