Emil Forslund
Emil Forslund
Right now you can use the configuration section of the `speedment-maven-plugin` to pass dbms connection information to the plugin, but this only works for single dbms scenarios. If you have...
The current default location is left from when the config file was a `.groovy` file. `.json` files on the other hand are not executable and should therefore reside in the...
This is just a matter of taste, but putting the sources in a temporary directory like `target` signals that they shouldn't be committed into any repositories and that they can...
When we load the config model from the database, we do several config copies, some deep and some shallow. We are also not very responsible when it comes to passing...
It would be nice to be able to disable certain translators in the UI instead of having to hack the generator with a custom component. Say for an example that...
Sometimes you want to sort your entities in a case-insensitive order, like: ``` A, ba, Bc, bd, c ```
The current UI relies heavily on the Speedment Lifecycle to initialize its components. This have added a lot of issues throughout the years since components in the lifecycle are intended...
Some database managers like PostgreSQL have support for both multiple Dbmses and Schemas on the same machine. If you do use this structure, you still have to enter things like...
This would make it easier select an appropriate implementation.