Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
presbrey authored Jan 27, 2025
1 parent 66e828c commit b75893f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Go](https://github.com/presbrey/gormoize/actions/workflows/go.yml/badge.svg)](https://github.com/presbrey/gormoize/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/presbrey/gormoize)](https://goreportcard.com/report/github.com/presbrey/gormoize)

# gormoize

gormoize is a Go package that provides thread-safe caching for GORM database connections. It helps manage and reuse database connections efficiently while preventing connection leaks in concurrent applications.
Expand Down Expand Up @@ -87,3 +90,13 @@ gormoize is designed for concurrent use. All operations on the connection cache
- MaxAge: 30 minutes

These can be modified using the Options struct when creating a new cache.

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

MIT License

Copyright (c) 2025 Joe Presbrey

0 comments on commit b75893f

Please sign in to comment.