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
Currently the schema file generated holds the db_type value which goes unused. Perhaps it can be used to get the respective backend driver at comptime instead of manually specifying.
Useful for MongoDB specific parsing errors and feature support.