pg_multitenant 0.1.0

pg-multitenant is a PostgreSQL extension that enables a multi-tenant database usage using the Shared Database Shared Schema approach.
1
2
3
4
5
6
7
8
9
10
11
PG MULTITENANT

pg-multitenant is a PostgreSQL extension that enables a multi-tenant database usage using the Shared Database Shared Schema approach.
To get more details about multi-tenancyu approach, please refer to the [Multi-tenancy](https://www.citusdata.com/blog/2023/05/09/evolving-django-multitenant-to-build-scalable-saas-apps-on-postgres-and-citus/) article on Citus Blog Post.

## Installation

[To be completed]

## Usage