-
Notifications
You must be signed in to change notification settings - Fork 3
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 to use sqllite plugin for windows ? #2
Comments
any update here? |
Unfortunately, Go currently does not support plugins in Windows. |
so how can add/remove user on windows? modify the config file directly? |
Hi cfr-convoso, I take a tour on go plugin feature.......... so is it possible to rewrite windows and statically include sqlite/mysql in to glauth? thanks a lot! |
I hear you. It's an interesting argument because it may not be that difficult to add some conditional behaviors, allowing us to build the plugin in the code. |
Hmm ok making good progress on statically embedding the plugin code in glauth... so I guess it's happening. |
how to use sqllite plugin on windows?
The text was updated successfully, but these errors were encountered: