PyDBML
PyDBML copied to clipboard
Make Database#tables and Table#columns read-only to prevent inconsistent state
This PR makes Database#tables and Table#columns read-only Tuples to prevent an inconsistent state.
Fixes https://github.com/Vanderhoof/PyDBML/issues/67