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
8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
User (
|
|
name: str,
|
|
age: int,
|
|
email: str,
|
|
scores: []int,
|
|
friends: []str,
|
|
)
|