Databases

Database corresponds to “RecordSet” entity from the entity model of DataStore.
A database item, i.e. a concrete entry of a database, corresponds to the “RecordSetItem” entity from the same model. 
All data that database items of one database holds, i.e., the data that users of EveryDataStore enter when they add a database item,
correspond to the “RecordSetItemData” entity from the entity model.

Database entities

Databases are collections of database items.
Each database holds a specific type of a RecordSet that can be user defined and adapted to specific needs.
Type of RecordSet defines which information will be collected for each database, i.e. it defines “RecordSetItemData” for each “RecordSet”.

Example: if you want to create a collection that will contain information about all users of your platform, you should create a new database called “Users”, which will hold information like: Name, Birth Date, Address, E-mail, etc. Each user corresponds to one RecordSetItem.

Database manipulation in EveryDataStore solution includes the following core activities: create, edit and delete.
There are additional plugins or apps which can enable more functionalities for databases and their items, such as:
version history, note manager, file manager, import/export functions and more.