You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When more than one people work on the same bdb file, it is easy to lose track of how many tables and generators are there in the bdb file. A command for quickly describing what's already in the bdb would make collaborative work way easier.
The text was updated successfully, but these errors were encountered:
I know there is some controversy on whether bdb files should have more than one generators, but why don't we assume they might, create the get_tables and get_generators methods, and delete them if they are not used?
Among whom is this controversy regarding a bdb file containing more than one generator? That is akin to saying a sql database should have one table. I have never heard that argument before.
When more than one people work on the same bdb file, it is easy to lose track of how many tables and generators are there in the bdb file. A command for quickly describing what's already in the bdb would make collaborative work way easier.
The text was updated successfully, but these errors were encountered: