Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 494 Bytes

baseorm

baseorm is a lightweight Object-Relational Mapping (ORM) library for Go, designed to simplify database interactions and queries.

Features

  • Support for multiple database drivers (MySQL, PostgreSQL, SQLite, etc.).
  • Simplified CRUD operations for database records.
  • Automatic mapping of Go structs to database tables.
  • Easy-to-use query builder for complex queries.

Installation

To install baseorm, use the following Go command:

go get github.com/base-al/baseorm