Skip to content

feat: database setup #4

@elianiva

Description

@elianiva

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions