EpicsDAO / zapp

⚡Rust Serverless Framework
Apache License 2.0
11 stars 3 forks source link

[GEN] Do not depend on binaries, but invoke libraries directly #16

Open JonasCir opened 1 year ago

JonasCir commented 1 year ago

I notice that we invoke binaries all over the place. Get rid of the invocation and use libraries instead.

While this is a general problem, let's focus on the generation submodule first.

There is an ongoing discussion in sea-orm how to use it functionally directly/programmatically.

https://github.com/SeaQL/sea-orm/discussions/1036 https://github.com/SeaQL/sea-orm/issues/1047

POPPIN-FUMI commented 1 year ago

This is also a good one for enhancement!