Advanced Database Schema Functions
You can easily create data with Schemas
Need to know before start
Property Types
Schema's property has only 11 types
Here are the types:
"string": string
"number": number
"boolean": boolean
"object": object
"string[]": string[]
"number[]": number[]
"boolean[]": boolean[]
"object[]": object[]
"any": any
"any[]": any[]
Want to add more types, let us know here: https://github.com/esosdb/esosdb/issues
Schema Properties Structure
Create a schema
Import Module
Example a schema
Here's an example as User
Last updated