Small README update

This commit is contained in:
Adrien Bouvais 2024-09-20 17:58:16 +02:00
parent bd198e6a94
commit 0ee197b564

View File

@ -10,8 +10,8 @@ ZipponDB is a relational database written entirely in Zig from stractch.
It use a custom query language named ZipponQL or ZiQL for short. It use a custom query language named ZipponQL or ZiQL for short.
The first time you run ZipponDB, it will create a new ZipponDB directory and start the Zippon CLI. The first time you run ZipponDB, it will create a new ZipponDB directory and start the Zippon CLI.
From here, you can create a new engine by running `schema build`. It will get the file `schema.zipponschema` and build a custom binary From here, you can create a new engine by running `schema build`. It will use the file `schema.zipponschema` and build a custom binary
using zig that the CLI will then use to manipulate data. You then interact with the engine by using `run "My query go here"` or using zig, that the CLI will then use to manipulate data. You then interact with the engine by using `run "My query go here"` or
by directly using the engine binary. by directly using the engine binary.
### Why Zippon ? ### Why Zippon ?