PyDBML icon indicating copy to clipboard operation
PyDBML copied to clipboard

Make Database#tables and Table#columns read-only to prevent inconsistent state

Open Spikhalskiy opened this issue 2 months ago • 0 comments

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

Spikhalskiy avatar Oct 31 '25 02:10 Spikhalskiy