elgris
elgris
Perhaps, it will be useful to apply this patch to v3 branch. Thanks!
I just do not like to make my code library-dependent :). At the moment I'm using `go-logging` library, but my clients may want to use something else. Btw, I can...
@ostronom so far, yes. Also it lacks dynamic data store for user data and proper user management :)
@bbrodriges @vearutop How do you see placeholders usage? It would be nice if you provide a couple of examples. From my point of view `GROUP BY` clause (for instance) receives...
Hi @ajpetersons! Thanks for the idea! Sorry for taking so much time. This change needs some thought, though. The purpose of `sqrl` is to help building SQL queries, not running...
All right, thanks for answering. I expressed my concerns in the comments in the PR. It looks to me that it may end up in a bigger refactoring. I'd keep...
@pie6k one of the ways would be running all the APIs on our local, outside of Docker, so there is no need to rebuild docker images each time. In order...
Just to add another point to it. Containers are great for creating isolated dev environments, for messing with code, where a rogue script could mess with the rest of the...