We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
When building multi-customer applications, keeping each customer's data separate and secure is crucial. At its core, multitenancy is about partitioning the data in your database in such a way that one can be confident that data for one a customer won't somehow leak into the data for another customer.
If you are writing in Elixir you have possibly implemented multitenancy, using Ecto. Using Ecto you can use query prefixes or foreign keys to achieve this effect.
Ash has itβs own explicit functionality for elegantly handling multitenancy. In this post, we'll explore how Ash implements multitenancy and when to use different approaches.
continue reading on alembic.com.au
β οΈ This post links to an external website. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.