aqueduct icon indicating copy to clipboard operation
aqueduct copied to clipboard

How to use ORM without http server

Open steeling opened this issue 3 years ago • 1 comments

Hi, I'm wondering if it's possible to use the ORM, without the HTTP layer, and the implication with regards to connection pools and threading. Any advice here?

Have a gRPC server, so can't use the http layer.

steeling avatar Jan 25 '21 20:01 steeling

Well actually yo can, but you need the whole aqueduct framework as a dependency. But keep in mind, aqueduct depends on mirrors, the orm as well.

jayjah avatar Mar 13 '21 10:03 jayjah