ZipponDB/example.zipponschema
MrBounty 7d2400b257 Update README and small stuff
Changed the zipponschema example   to have friends as list of string

Better README, created ZiQL.md for more details on query

Added fast build option
2024-10-13 23:40:30 +02:00

8 lines
83 B
Plaintext

User (
name: str,
age: int,
email: str,
scores: []int,
friends: []str,
)