A lightweight and easy-to-use Object-Relational Mapping (ORM) tool for Go (Golang). MyORM simplifies the process of interacting with databases by allowing developers to work with Go structs instead of raw SQL queries.
- Simple API: Intuitive API for CRUD operations.
- Support for single databases: Compatible with PostgreSQL
- Query builder: Provides a flexible and secure way to build SQL queries.
To install MyORM, use go get
:
go get github.com/cyrusfurtado/sql-orm