| Speaking as a dev with over 12 years of experience in both dev and ops, that has implemented and maintained multiple multi-tenant systems with different levels of multi-tenant isolation (infra, db, schema, table, shared tables). I dot see the value proposition here.
Let's take couple of examples If I need to have my totally separate infra for each tenant I'm going to go for terraform If I need separate database on the same db infra, I'm Goin to either have a db initialization script that creates a usable db or clones a template database already present So why do I need your sdk? To avoid a call to postgres to execute a script or a terraform script? How does that work with the need for prefilled data? Maybe I'm missing something, but I do not understand this service. |