Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query Engine - without Node-API logic #3757

Open
medz opened this issue Mar 1, 2023 · 0 comments
Open

Query Engine - without Node-API logic #3757

medz opened this issue Mar 1, 2023 · 0 comments

Comments

@medz
Copy link

medz commented Mar 1, 2023

We need the version of query-engine-api without napi, why do we need it:

  1. Now libraries in other languages copy the code of query-engine-node-api, and then strip the napi logic.
  2. Help other languages to build query-engine library painlessly, safely and minimally
  3. query-engine-node-api can use it directly, and then add napi logic
  4. Focus more on the self-implementation and replication of the query engine library.
  5. node-api is more specific to the implementation of napi logic, as is dynamic-library in other languages.

https://prisma.slack.com/archives/C04JZQXUKL0/p1673867698701959 There is a detailed discussion here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant