ZipponDB/example.zipponschema
MrBounty fbcca0dc09 Implemented dynamic schema
Started by doing a SchemaEngine but at the end I just put everything
inside the FileEngine.

Now you can use 'schema init path/to/schema' to initialize the struct
folders and first data file, Also save a copy of the schema in a file in
the ZipponDB folder.
2024-10-11 17:51:45 +02:00

8 lines
84 B
Plaintext

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