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

How can i use this library with sqlite3 #5

Open
princeofnubia opened this issue Jul 18, 2020 · 4 comments
Open

How can i use this library with sqlite3 #5

princeofnubia opened this issue Jul 18, 2020 · 4 comments

Comments

@princeofnubia
Copy link

Hey Malik,
I am trying to the load balancer to run some db operations in electron. the issue is how do i get any information i processed in the hidden renderer back to the visible renderer

@Pipe-Runner
Copy link
Collaborator

@princeofnubia Hello,
So in the article and sample application that I have provided for the library, you'll be able to see that I have used the vanilla IPC APIs to bounce the processed info from hidden renderer process to visible renderer process throughmain process.
Please check out this sample application I wrote for u folks: https://github.com/AakashMallik/electron-react-boilerplate/tree/sample_app

Also, I highly encourage you to read the article supplied in the README.md. It will make things a lot clearer including the question u asked. It has been explicitly mentioned there.

@Pipe-Runner
Copy link
Collaborator

@princeofnubia Let me know if you have further problems.

@princeofnubia
Copy link
Author

Akash. I really appreciate your feedback. I have solved the problem. It is really a nice library.

@Pipe-Runner
Copy link
Collaborator

Akash. I really appreciate your feedback. I have solved the problem. It is really a nice library.

@princeofnubia Thanks a lot. Your appreciation means a lot to me.

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

2 participants