feat: add example schema file

This commit is contained in:
Namu
2026-04-02 00:30:52 +02:00
parent d6d709beac
commit a4c38c663f

13
example.json Normal file
View File

@@ -0,0 +1,13 @@
[
{
"name": "products",
"strict": false,
"columns": [
{
"name": "id",
"datatype": "Integer",
"primary_key": true
}
]
}
]