Skip to content

cyrusfurtado/sql-orm

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published