Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akalanka47000/elemental
- Owner: Akalanka47000
- License: mit
- Created: 2023-12-16T04:49:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:00:00.000Z (3 months ago)
- Last Synced: 2024-08-02T20:37:32.159Z (3 months ago)
- Language: Go
- Size: 182 KB
- Stars: 0
- Watchers: 2
- 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
```