functional-orm icon indicating copy to clipboard operation
functional-orm copied to clipboard

Refactor connection create

Open typeofweb opened this issue 5 years ago • 0 comments

Refactor DB connection is the connection is created and maintained by this library instead of requiring an external connection to be passed to execute.

  • [ ] automatically create a connection
  • [ ] use pools
  • [ ] make sure no multiple connections to the same DB are created

typeofweb avatar Apr 22 '20 15:04 typeofweb