https://github.com/akalanka47000/elemental
Golang ODM for MongoDB
https://github.com/akalanka47000/elemental
Last synced: 3 months ago
JSON representation
Golang ODM for MongoDB
- Host: GitHub
- URL: https://github.com/akalanka47000/elemental
- Owner: Akalanka47000
- License: mit
- Created: 2023-12-16T04:49:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-31T04:47:35.000Z (9 months ago)
- Last Synced: 2025-01-11T02:29:18.311Z (5 months ago)
- Language: Go
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 dependenciesgit config core.hooksPath .commitlint/hooks # Configure git hooks
```