twharmon / gosqlLinks
SQL query builder for Go
☆36Updated 3 years ago
Alternatives and similar repositories for gosql
Users that are interested in gosql are comparing it to the libraries listed below
Sorting:
- Library for setting values to structs' fields from env, flags, files or default tag☆108Updated 5 months ago
- A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple …☆73Updated last week
- pkg extends the core go packages with missing or additional functionality built in. All packages correspond to the std go package name w…☆50Updated last year
- A collection of common functions but with better performance, less allocations and less dependencies created for Fiber.☆52Updated this week
- A simple way to implement pagination in Golang.☆102Updated last year
- 🧬 Key Authentication for Fiber☆76Updated 2 years ago
- a tool for handling file uploads simple☆60Updated 2 years ago
- This package provides a framework for writing validations for Go applications.☆93Updated 2 years ago
- Error Context, Stack Trace, Types and Tags for full error handling and logging.☆67Updated last year
- A golang http router based on trie tree.☆80Updated 6 months ago
- Golang struct generic mapping☆94Updated 2 years ago
- Go Server/API micro framework, HTTP request router, multiplexer, mux☆153Updated 10 months ago
- GoTuna a lightweight web framework for Go with mux router, middlewares, user sessions, templates, embedded views, and static file server.☆48Updated 6 months ago
- ProblemDetails is a Error Handler base on [RFC 7807] standard to map our error to standardized error payload to client.☆57Updated 2 weeks ago
- 🧬 Adaptor middleware to convert net/http handlers from/to Fiber request handlers