Skip to main content

Dynamic storages based on tables instead of databases

Project description

Dynamic storage implementation that uses tables instead of pg databases.

This allows us to reuse connection pools but still be able to separate data to different tables.

Example configuration:

...
storages:
  my-storage:
    storage: postgresql
    type: prefixed-table
    dsn: postgresql://postgres@localhost:5432/guillotina
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guillotina_dynamictablestorage-1.0.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page