Hubert Krauze
Hubert Krauze
It is not possible to import postgresql schema with defaults and type casting into drawDB. **Steps to reproduce** Choose a database -> PostgreSQL -> Go to File -> Import from...
I haven't seen this in the api/docs, so please let me know if this is currently possible or not. **Description** Imagine there's a shopping mall with only one unloading point....
I wonder if this feature is on your roadmap. TL;DR; Job aggregation allows you to enqueue multiple jobs successively, and have them passed to the Worker together rather than individually....
### Motivation I want to periodically upload metrics about jobs count, state, and kind. The API that allows that would be great, but at the same time I have a...
Feature not to trim spaces from a string value when the value is quoted. closes https://github.com/abice/go-enum/issues/302
Hey, How can I generate an enum string with only whitespaces? I tried different alias variants but nothing seems to work. Is there any workaround with go-enum? Example: ```go package...