Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 533 Bytes

MyORM

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.

Features

  • 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.

Installation

To install MyORM, use go get:

go get github.com/cyrusfurtado/sql-orm