Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 347 Bytes

docs.md

File metadata and controls

10 lines (7 loc) · 347 Bytes

Schemas

  • users can create schemas, they have a list of types they can pass in the type property.
  • the default id field for storing uid should be _id, it cannot be overwritten.
  • params for createdAt and updatedAt.
  • constraints?

File System and storage

  • allow table wise customization for row-based storage or column-based storage (?)