MikkelHJuul / ld

Lean Database
The Unlicense
21 stars 1 forks source link

[Feature] next major version #6

Open MikkelHJuul opened 2 years ago

MikkelHJuul commented 2 years ago

The next major feature will be able to spin up new database tables on the fly.

implementation detail: How many protos can you serve on a single port... how does that work dynamically?

MikkelHJuul commented 2 years ago

intercept server reflection using https://github.com/grpc/grpc-go/issues/3163

baryluk commented 2 years ago

Nice and simple project :)

Reverse iteration for stream range queries would be nice. As well as finding last key/value matching given prefix.

Support for badger namespaces is another nice option I think.

MikkelHJuul commented 2 years ago

Nice and simple project :)

Reverse iteration for stream range queries would be nice. As well as finding last key/value matching given prefix.

Support for badger namespaces is another nice option I think.

Hi, sorry I just switched jobs, I have been flooded and haven't had time :( thanks for the suggestion, I will definitely add reverse range queries to the app.

I am planning to move away from Badger. But I will be working with separate databases