Exporting/importing schema (empty collections, validators, indexes, etc.)
During prototyping, I create various collections and incrementally add validators and indexes and partial indexes (unique if not null). It would be great if S3T could generate scripts that I could use to build-out the MDB instance in test and production environments.
Currently I am opening each Index and then copying the JSON and pasting it into a file. But doing that for each index or validator is tedious. Please at least provide a way for me to view/copy ALL of the JSONs at once, or better yet, provide a way to get those with scripted wrappers that I can execute (instead of only the JSON), for all of the indexes, validators, etc.
2
votes
Ken
shared this idea