Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akalanka47000/elemental

Golang ODM for MongoDB
https://github.com/akalanka47000/elemental

Last synced: 27 days ago
JSON representation

Golang ODM for MongoDB

Awesome Lists containing this project

README

        

# elemental

Golang ODM for MongoDB

## Installation

```bash
go get github.com/akalanka47000/elemental
```

## Development Setup

### Pre-requisites

- Go 1.21 or later

Clone the repository and run the following commands to setup the project.

```bash
go mod download # Download dependencies

git config core.hooksPath .commitlint/hooks # Configure git hooks
```