go-gorm / sharding

High performance table sharding plugin for Gorm.
MIT License
255 stars 48 forks source link

Support for custom schema name in Postgres #119

Open Mistic92 opened 1 year ago

Mistic92 commented 1 year ago

Right now sharding is creating tables under public schema while we use custom name so it fail when there is no public already created. Please consider adding support for custom schema names in Postgres.