rdegges / flask-dynamo

DynamoDB integration for Flask.
http://flask-dynamo.readthedocs.org/en/latest/
The Unlicense
141 stars 36 forks source link

Prevent creating tables that already exists #17

Closed amir-beheshty closed 8 years ago

amir-beheshty commented 8 years ago

dynamo.create_all() will cause the error message Table already exists to propagate.

rdegges commented 8 years ago

Thank you! =)

amir-beheshty commented 8 years ago

Glad I could help 👍