isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 410 forks source link

Descending order of data in hive #1281

Open nburhade opened 8 months ago

nburhade commented 8 months ago

We are trying to Get Descending order of data, the most recent date to be on top and likewise. This is hive code, we tried to use Sort_array but it gives only ascending order of code. Document has the query and all the description related to problem statement.