bonsaidb icon indicating copy to clipboard operation
bonsaidb copied to clipboard

A developer-friendly document database that grows with you, written in Rust

Results 105 bonsaidb issues
Sort by recently updated
recently updated
newest added

With #225, any collections that are storing a `Header` or `Revision` will have an invalid `Header`/`Revision` upon upgrade. These types of upgrades will be rare, but a user shouldn't be...

enhancement
collections

Currently there is no way to list all of the keys in the Key-Value store. The internal backup functionality uses internal APIs to perform this operation. At a minimum we...

key-value

I received an alert from LetsEncrypt one of the servers that's running ACME issued through BonsiaDb hasn't renewed its certificate. Last night, I ssh'ed in and updated the server and...

bug
networking

Closes #76. Closes #225. The primary goal of this PR is to improve the speed of view indexing (See #251 for more info) by tackling #76 in such a way...

Hi! Could you please put the information about supported architectures to the documentation please? E.e. about supported architectures for different operating systems, some specific requirements to the supported instructions, if...

documentation

Error: ``` error[E0433]: failed to resolve: use of undeclared crate or module `bonsaidb_client` --> /home/ludwig/.cargo/registry/src/github.com-1ecc6299db9ec823/bonsaidb-0.4.1/src/cli.rs:5:5 | 5 | use bonsaidb_client::{fabruic::Certificate, Client}; | ^^^^^^^^^^^^^^^ use of undeclared crate or module `bonsaidb_client`...

Hi! Thank you for the great work on bonsaidb, it is a really nice project! While working with it, I stumbled upon the following issue: Making a library for any...

enhancement

From a conversation with @asonix on Discord, a suggestion was made to pass `Cow

enhancement

My original choice of having `Client` implement `AsyncStorageConnection` and `StorageConnection` caused a user to spend extra time debugging a problem due to a deadlock caused by using a call from...

enhancement
networking

Changes in [Nebari v0.5.3](https://github.com/khonsulabs/nebari/releases/tag/v0.5.3) that fixed actual ACID compliance have slowed BonsaiDb significantly. Since then, I have been working on a new storage layer that will improve BonsaiDb's transactional performance....

blocked