khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
998 stars 37 forks source link

Do the Schema types need Debug? #294

Closed ecton closed 1 year ago

ecton commented 1 year ago

The Schema types currently require Debug. This is probably due to wanting to derive debug somewhere like Schematic. We should be able to remove the Debug requirement on the schema types by implementing custom Debug implementations for some types.