Closed
Description
While implementing Ktorm we have run across an issue where we are unable to specify the namespace of a table. Example below
order.orders with order being the namespace and orders the table. This would mean we would need the ability to specify the namespace in the ORM.
If we create the table within postgreSQL public namespace everything works fine.
Is there support for specifying a namespace?
Is there anyone out there successfully using Ktorm with namespaces?