mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
17 lines
300 B
Text
17 lines
300 B
Text
schema:
|
|
{
|
|
"index-name": "example",
|
|
"index-action": "create",
|
|
"primary-key-type": "uint",
|
|
"fields": [
|
|
{
|
|
"field-name": "tf",
|
|
"field-type": "bool"
|
|
}
|
|
]
|
|
}
|
|
ingest:
|
|
[{"action": "write", "records": {"2": { "tf": true }}}]
|
|
queries:
|
|
Row(tf=true)
|
|
[2]
|