codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.62k stars 343 forks source link

Single or multiple collection #721

Closed hasanAjsf closed 3 years ago

hasanAjsf commented 3 years ago

I understood there is an option for multiple databases, but didn't get how it is handling collections, if I have 2 collections, one for 'purchase orders' and one for 'shipments' how can I ask the shop to sauce in the correct collection. I couldn't see anything at the Get and Set

mmeloni commented 3 years ago

Hi @hajsf, you can create and select different databases before start to writing data inside immudb, here you will find more informations.

We have also secondary indexes that can be used to handle collections.

If you prefer we have also a discord channel in order to receive quick help.

hasanAjsf commented 3 years ago

Thanks