repository
1.2.0
Repository: https://github.com/pzentenoe/gorm-connection.git
Documentation: pkg.go.dev
# README
gorm-connection
Overview
Gorm Connection provides a convenient wrapper to simplify interactions with GORM, reducing repetitive tasks and streamlining the process of database connectivity and operations.
Features
- Simplified configuration and connection management for GORM
- Default settings for SQL dialects and ports
- Easy integration with your existing projects
Go Doc
Available Drivers
- SQLServer
- MySQL
- Postgres
- SQLite
Buy Me a Coffee
Thank you for your support! ❤️
Installation
go get github.com/pzentenoe/gorm-connection/sql
Examples
You can find example usages of this library in the examples folder of this repository.
Testing
Execute the tests with:
go test ./...
Contributing
We welcome contributions! Please fork the project and submit pull requests to the main
branch. Make sure to add tests
for new functionalities and document any significant changes.
License
This project is released under the MIT License. See the LICENSE file for more details.
Changelog
For a detailed changelog, refer to CHANGELOG.md.