Closed jnystrom closed 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?
Connections are pooled so I expect the table would not be reliably retrievable if you try to use it outside the SQL script.
Closing due to inactivity.
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?