Addons

Addons are special classes, bundled with main package, that extends database functionality. There are also plug-ins (DLC), which are available for free download from this page

  1. SaveLoad - Defines settings for saving and loading database state. You can define which tables and fields you wish to be saved.
  2. CodeGeneration - Code generation greatly simplify database access
  3. LazyLoad - Enable this addon to enable lazy loading of the database. This can be very helpful during development to avoid loading full database each time.
  4. LiveUpdate - Allows to update Database from players devices
  5. Multithreading - Multithreading addon creates multithreaded environment
  6. Modding - Support for game mods
  7. Settings - Misc configuration parameters
  8. Partitions - splitting database file into several files
  9. Diagram - Review database structure as a diagram
  10. Minify - Removes tables or fields from database file in builds
  11. Localization - Localization is paid addon, which support text/assets localizing