Posts tagged architecture

Exploring AiiDA’s ORM architecture

In this post, we’ll take a deep dive into the implementation of AiiDA’s Object-Relational Mapping (ORM) system. We’ll explore how AiiDA leverages SQLAlchemy to create a flexible ORM backend that abstracts database operations and separates concerns between the user-facing Python objects and the underlying database persistence.

Read more ...