Skip to main content
Version: 1.30.0

Data Structure

In SimpleOne, you can develop your own applications and application configurations by creating tables and columns and implementing logic with the SimpleOne tools.

Tables​


A table is a basic entity of the system, on the basis of which you can build the business logic. Set up a table you need by configuring the table attributes. From these articles, learn how to create tables and establish connections between them.

Columns​


Tables consist of columns that can be of different types and have various parameters. In these articles, learn about the column types, column creation, and configuration process.

Records​


Learn about records, the basic entity for storing and representing information.