Update README.md

This commit is contained in:
Adrien Bouvais 2024-10-08 14:28:17 +02:00 committed by GitHub
parent 907aeef35b
commit f937fafcca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,6 +218,10 @@ All data type can also be `null`. Expect array that can only be empty.
- **Entity:** An entity is one instance of a struct.
- **Member:** A member is one data saved in a struct. E.g. `name` in `User`
# How does it work ?
TODO: Create a tech doc of what is happening inside.
# Roadmap
#### v0.1 - Base