Norm select from specific table_schema

2024-01-09 Thread nimian
Do you have any idea @moigagoo? :-(

Norm select from specific table_schema

2024-01-08 Thread nimian
I am sorry I have tried to use this but it just does not work. When I try to import norm/[sqlite,postgres] and have open a dbcon var iWantPostgres = postgres.open(). I can't do iWantPostgres.select(...<-here it wants to use sqlite select). Also I cant seem to be able to connect to a specifi

Norm select from specific table_schema

2024-01-08 Thread moigagoo
To connect to a specific table, use `tableName` pragma:

Norm select from specific table_schema

2024-01-08 Thread moigagoo
> I need to set table_schema when using Norm to select from a specific > database.table_schema.table on Postgres. The point of ORM is to provide an OO abstraction layer on top of DB so that you don't think in shemas and tables but instead in objects and collections. But the answer is still yes,

Norm select from specific table_schema

2024-01-08 Thread nimian
Not sure where to ask this but I need to set table_schema when using Norm to select from a specific database.table_schema.table on Postgres. I have not figured out how to do it or even if it's possible @moigagoo Also is it possible to mix sqlite/postgres modules in a single project? I had some i