Tables

Database Type: SQLite

SQLite is an embedded database that is stored locally within the project file – no external server required.


Advantages

  • Simple & lightweight – no installation or configuration needed
  • Ideal for small projects and local HMIs
  • Quick to use: ready out of the box in the development environment
  • Fully compatible with all table components in PLCVisu

Disadvantages

  • Not optimized for large datasets
  • No multi-user access or network-based connections
  • Not scalable for complex or distributed systems

Recommendation

Use SQLite if you:

  • want to build a simple HMI visualization with few rows of data,
  • don’t want to set up a central server,
  • need a quick demo or testing environment.