dmfay / massive-js

A data mapper for Node.js and PostgreSQL.
2.49k stars 158 forks source link

create temp tables and session? #561

Closed jnystrom closed 6 years ago

jnystrom commented 6 years ago

Is it viable to create a sql file in the db folder that creates temp tables? If so, a temp table only exists during a session, and what constitutes a massiveJS session?

dmfay commented 6 years ago

Connections are pooled so I expect the table would not be reliably retrievable if you try to use it outside the SQL script.

dmfay commented 6 years ago

Closing due to inactivity.