camptocamp / terradb

A unified database for Terraform data
Apache License 2.0
26 stars 8 forks source link

Implement ListStates() #6

Closed raphink closed 5 years ago

cryptobioz commented 5 years ago

The idea and the implementation are great. However, it will become unusable when the database manages hundreds of states. We may keep this feature but add pagination?

raphink commented 5 years ago

Implemented pagination

raphink commented 5 years ago

It should be fine now. The API supports both page and per_page and returns full states.