Skip to content

v1.5.0 - OEDB update: Decouple App and Database

Choose a tag to compare

@jh-RLI jh-RLI released this 23 Oct 14:22
· 1220 commits to master since this release
ef260d9

✨ Enhancement

This release focused on implementing the long time planned update to the primary database setup (OEDB) and its effect on the Database access layer implemented in the oeplatform. This makes the architecture more clean and decouples the large volume data storage from the application. To get there, we condensed all physical database schemas to a single "data" schema on the OEDB. In the application we still use the schemas as topics but now they purely are used to group the data for presentation. Managing data resources and synchronizing the app and oedb data becomes way more straight forward.

👉 Check out the full changelog and explore what’s new!
Full Changelog