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
{{ message }}
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
Ability to set a scheme for the database. Similar to the validate system, but only allow a specific scheme format to enter your data. This would allow you to maintain consistency with your database. And become closer to a traditional scheme database setup.
There should be two options loose and strict schemes.
loose which allows you to add additional data to the database that is not part of the scheme format.
strict which only supports data that belongs to the desired scheme format, and preventing non-schemed data from entering the database.
The scheme should be set up with the database config, and all documents created under that must support the scheme.
The text was updated successfully, but these errors were encountered:
Ability to set a scheme for the database. Similar to the validate system, but only allow a specific scheme format to enter your data. This would allow you to maintain consistency with your database. And become closer to a traditional scheme database setup.
There should be two options
loose
andstrict
schemes.loose
which allows you to add additional data to the database that is not part of the scheme format.strict
which only supports data that belongs to the desired scheme format, and preventing non-schemed data from entering the database.The scheme should be set up with the database config, and all documents created under that must support the scheme.
The text was updated successfully, but these errors were encountered: