repositorypackage
0.0.0-20240722105124-d27d3e832320
Repository: https://github.com/diogox451/gopherorm.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
GopherORM
Welcome to GopherORM, an elegant, lightweight ORM (Object-Relational Mapping) library for Golang, designed to simplify and streamline database orchestration and management.
Features
- Lightweight: Minimal footprint with high performance.
- Simple API: Easy to learn and use, with clear, intuitive methods.
- Flexible Querying: Support for complex queries and transactions.
- Migration Support: Integrated tools for database schema migrations.
- Extensible: Easily extendable with custom functionality.
- Golang Idiomatic: Designed to feel like native Go.
Installation
To install GopherORM, use go get
:
go get github.com/diogoX451/gohperorm