-
Notifications
You must be signed in to change notification settings - Fork 504
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
Make sql backend optional #1086
Comments
The goal is actually to completely remove the old backend and switch everyone to sql. Do you have any particular reasons not to use the sql backend? |
Hm... not many except it is PITA to deal with OpenSSL when cross-compiling for aarch64 on amd64. So even though I did not add SQL backend to our service code, it is still pulled in via dependencies, compiled and caused headache that I would rather not have. This is the first and only dependency pulling OpenSSL in our huge monorepo. |
Making SQL optional would be great and does not brings unwanted dependencies when SQL is not used. Here is an example: polkadot-evm#1086
Making SQL optional would be great and does not brings unwanted dependencies when SQL is not used. Here is an example: #1086
This issue was fixed in #1089 |
Nice, thank you! |
Making SQL optional would be great and does not brings unwanted dependencies when SQL is not used. Here is an example: polkadot-evm#1086
Maybe consider making this feature optional? It pulls way too many dependencies, including OpenSSL.
Originally posted by @nazar-pc in #883 (comment)
The text was updated successfully, but these errors were encountered: