Dev Engineer at 🦁🌈
I wanted to have some case-insensitive where-queries and I often use maps for filtering, so I made this plugin to convert queries into that.
I wanted to provide a map to a WHERE query and automatically convert queries to different operators if characters were present.
I wanted to provide a map to a WHERE query and automatically turn it into a LIKE query if wildcards were present, this plugin does just that.
Allow gorm's Where() to take in maps of maps that are automatically converted into subqueries
Go-bumpy is a simple tool for bumping the version of your go project based on Semantic Versioning. Not only does it look at existing tags in your repository, it also reads the version from your go.mod file to determine what the major version of your project is.