Skip to content

elcengine/elemental

Repository files navigation


Elemental Logo



Elemental is inspired by multiple ODMs and ORMs such as Mongoose, TypeORM, and Eloquent and its primary purpose is to improve developer experience without loss of performance or extensibility

Installation

go get github.com/elcengine/elemental

CLI Installation

Elemental also provides a CLI to help you with migrations and seeding your database.

go install github.com/elcengine/elemental@latest

Development Setup

Prerequisites

Getting started

  • Run make install to download all dependencies and install the required tools. This is required only once. Afterwards you could use the traditional go mod tidy for dependency management.
  • Run make test to run all tests suites.
  • Run make test-lightspeed to run the same above tests slightly faster at the cost of readability.
  • Run make test-coverage to run all test suites and generate a coverage report.
  • Run make benchmark to run all benchmarks.
  • Run make lint to run the linter.
  • Run make format to format all files.

Contributing

Contributions are more than welcome, as well as any suggestions / things you would differently to improve developer experience, etc...

Just open an issue or pull request and I'll surely go through it when time permits

License

This project is licensed under the MIT License - see the LICENSE file for details.

Packages

No packages published

Contributors 5