baseorm is a lightweight Object-Relational Mapping (ORM) library for Go, designed to simplify database interactions and queries.
- 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.
To install baseorm, use the following Go command:
go get github.com/base-al/baseorm