moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
381 stars 34 forks source link

Add the ability to set custom schema name for Postres. #202

Closed moigagoo closed 8 months ago

moigagoo commented 8 months ago
  1. Add new pragma "schemaName".
  2. If it's set, the schema is created before table creation using new "postgres.createSchema" proc.