About collections

Tabbli uses collections to organize a list of data records.

A collection concept is similar to the table in relational databases but with some crucial differences. There are the next key features:

  • You can collect data with the different structure inside the same collection.

  • Filtering sub-system works for collections.

  • Sub-collections are supported. So, you can create a few different collections when records from one of them can be linked with some records from another collection.

Last updated