Shapedsundew9 / pypgtable

Simple postgres table creation and operation
MIT License
0 stars 0 forks source link

Make start up a state machine #17

Closed Shapedsundew9 closed 3 years ago

Shapedsundew9 commented 3 years ago

The interaction of create*, delete, wait_ is not clear and prone to error. Create a state matrix to show how state transitions occur. Update construction code to follow matrix & be more readable/reliable.

Shapedsundew9 commented 3 years ago

This has been done but I missed closing the issue.