Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis committed Jan 19, 2025
1 parent 41a98c0 commit 0878c6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Empty file removed docs/.keep
Empty file.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Create a simple data model
# Use `@themost/data` to create a data model

`@themost/data` is a module that provides a simple way to create a data model schema. A data model schema is a set of rules that define the structure of a data model. It defines the fields of the data model, the type of each field, and other properties of the data model.

This tutorial will show you how to create a simple data model schema.

Expand Down
4 changes: 2 additions & 2 deletions docs/create-field.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Create a simple field
# Defining fields

To create a simple field in your data model schema, you need to define the field's name, type, and any additional constraints or properties. Here is an example of how to define a simple field:

Expand Down Expand Up @@ -67,7 +67,7 @@ Here is an example of how to use different primitive types in your schema:
}
```

Read more about [primitive types](Primitive%20types.md).
Read more about [primitive types](use-primitive-types.md).

In this example:
- `age` is defined as an integer.
Expand Down

0 comments on commit 0878c6c

Please sign in to comment.