Kirlovon / aloedb

Light, Embeddable, NoSQL database for Deno 🦕
https://deno.land/x/aloedb
MIT License
140 stars 12 forks source link

:sparkles: allow specifying where to insert #19

Closed GirkovArpa closed 2 years ago

GirkovArpa commented 2 years ago

I am developing a database editor and need the ability to insert rows at the specified position. This avoids a potentially costly sort in the future, just to visually display the row at the desired position.