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.
docs.rs failed to build pg_multitenant-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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 article on Citus Blog Post.

Installation

[To be completed]

Usage