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
since most forms would be unstructured, it would be better to use schemaless nosql database such as mongodb
although i'm not sure if we really need an ORM, probably not since the official mongodb driver would suffice
even though the database is schemaless, at least we need to set the schema for these things:
user schema
base form schema (each form will consists of blocks, in which each block will have their own schema, and a single form will consists of multiple schema, hence we need the schemaless db since each form will have different combination of schema)
The text was updated successfully, but these errors were encountered:
since most forms would be unstructured, it would be better to use schemaless nosql database such as mongodb
although i'm not sure if we really need an ORM, probably not since the official mongodb driver would suffice
even though the database is schemaless, at least we need to set the schema for these things:
The text was updated successfully, but these errors were encountered: