fluree / db

Fluree database library
https://fluree.github.io/db/
Other
330 stars 21 forks source link

Refactor/flake db #789

Open zonotope opened 1 month ago

zonotope commented 1 month ago

This patch is part of a series that reorganizes the code in light of the new db types. This patch renames the JsonLdDb record to FlakeDB, and puts the namespace that defines that record as well as all of it's supporting namespace under the fluree.db.flake.... namespace hierarchy. I think JsonLdDb is ambiguous because all of our DB types represent json-ld data, but I think FlakeDB is more precise to how this specific DB type represents that data.