isar / isar/hive

Nested complex data in hive.

Open
#972 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Dart
Stars
4.4k
Forks
449
PR merge metrics
No merged PRs in 30d

Description

**Question**
Hey I want to know if I can build nested data in hive like firebase . And if possible how to do crud operation in the nested fields ?

something like this
{
"folders": [
{
"folders": [
{
"folders": [
{
"folders": [],
"links" : []
}
],
"links" : []
},
{
"folders": [],
"links" : []
}
],
"links" : []
},
{
"folders": [],
"links" : []
},
{
"folders": [],
"links" : []
}
],
"links": []
}
every json object can be added and deleted .

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are identified in the issue. First clarify whether nested folders and links are expected as a new Hive capability, then define the required CRUD behavior and completion criteria for arbitrarily nested JSON-like data.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart
Domain
database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.