feat: add command get for doing queries

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-25 22:13:50 +02:00
parent 23d68caf71
commit 02dd805db4
7 changed files with 246 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
{
ProjectSchema = {
name | String
name | String,..
}
}