Skip to main content
Version: 1.0.0

Introducing

Tables or Database as service is one of most important service in the DynamicPixels, every other services stand on top of tables. you can use tables directly and design your table or use predefined services and just enable them. Service tables implement logics by using basic table functionality.

In this section we learn to use tables directly and design own ideas with them. For creating a new table select your game in developer panel and then choose table tab. Now click on "Create Table". For creating a table you should define three section:

  • Table Name: name only use in panel UI, and you can detect table from others.
  • Permissions: in this section you can restrict actions on table like reading, writing, etc. for user sections. this restriction will be applied by owner column and users authentication status.
  • Schema: every table consist of many columns, add some cols and define types of them.

After creating a table you can see it in the list with an id that will use in game developing to detect table.