Closed Tomas2D closed 1 year ago
Temporary workaround:
sudo dscl . append /Groups/firebird GroupMembership "$(whoami)"
That should be related to embedded. You can also try with localhost: prefix.
I think your workaround is the correct thing to do to give permission foe the user.
Firstly, I would like to thank you for this library; it's beneficial mainly for my OpenSource project (https://github.com/Tomas2D/knex-firebird-dialect), where I want to switch from https://github.com/hgourvest/node-firebird to your library.
But when I tried to run the example provided in README.md
I get the following error
However, running the command with sudo works. Any ideas?